1. install the .NET SDK
2. install VSCode
3. install the C# Dev Kit vscode extension
4. run ".NET: New Project" in vscode
That's it, you're done. You can build, run, test, debug in vscode. Or use the dotnet CLI if you prefer.
It's so much better than having to install Visual Studio as a whole before you can try out the language/runtime, and that works cross-platform.
1. install the .NET SDK
2. install VSCode
3. install the C# Dev Kit vscode extension
4. run ".NET: New Project" in vscode
That's it, you're done. You can build, run, test, debug in vscode. Or use the dotnet CLI if you prefer.
It's so much better than having to install Visual Studio as a whole before you can try out the language/runtime, and that works cross-platform.