12 Replies
Im hitting play and nothings outputting
$vscode
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
side note: everything was running fine yestraday
Please consider using Visual Studio Community, it is a much better choice since it is specifically designed for .NET development, whereas VSCode is a text editor that you need to configure with plugins to suit your needs (jack of all trades, master of none)
If you do still decide to stay with VSCode, please check if the play button is Only starting the debugger or building the application. I believe it is the former, in your case - which is the reason for the issue you are encountering
it doesnt really run so well on my latop but i guesss i can invest in remote desktop or something
Thank you for your reply btw
VS Code can work, just get used to issues like this every now and then
Where VS is just set up from the get-go, batteries included, VS often needs some... tinkering
Worst case scenario, run your code with
dotnet run
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Oh sorry about that
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View