Foomf
Foomf
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
No description
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
No description
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
I eventually found this stackoverflow: https://stackoverflow.com/questions/75572318/problem-on-configuring-vscode-for-c-it-doesnt-generate-launch-json-and-tasks which is slightly different, but the suggested "generate assets" command did the trick
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
Thank you very much for helping me out @333fred , I really appreciate you taking the time to help me troubleshoot!
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
Just last night vs code managed to generate a launch.json that found my project's entry point and everything, and then tonight I can't get it to do it, and I don't know what I'm doing differently this night than what I did last night.
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
with the launch.json I can configure all of that so that I don't need to dig around for my project's entry point when I first run it.
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
I've confirmed that my extension is loaded because the obj folder was made, but when I hit f5 I am prompted to select a debugger still.
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
I'm expecting to see "Hello World!" in my debug console when I hit f5. That doesn't happen and from your screenshot I can't tell if it happened for you or not.
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
alright my obj folder is being created automatically so my c# extension is loading
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
so if that obj folder isn't being made, then my c# extension must not be loaded then?
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
does the C# extension make the obj folder on its own by just me opening the project in vs code?
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
I know I can go and click the C# button and it'll run the file that is open, but that's different from just hitting f5 and having things work
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
No description
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
No description
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
if I clone that repository I linked and hit f5 in it, VS code does not know what to do.
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
I want to press f5 to debug my project from anywhere instead of needing the file with my main method in it open
31 replies
CC#
Created by Foomf on 12/2/2024 in #help
I made a new project with "dotnet new" and VS Code already doesn't understand the project structure.
I also added an extensions.txt so you can see what extensions I have installed.
31 replies
CC#
Created by Foomf on 2/23/2023 in #help
❔ ServiceBase question: is Main() or OnStart() my entry point?
4 replies