-* ~~`C`, `C++`, `C#`: Consider adding the new options `build solution (dotnet)`, `build solution and run (dotnet)`, and `run solution (dotnet)`. Most people will prefer using their visual studio project file when available. → Since the dotnet command is the same for all languages, we just need to implement this once.~~ It seems dotnet doesn't really support compiling/running `c`/`cpp`, it's focus is `F`/`C#`/`Visual Basic`. So only C# dotnet support has been added so far. More research is necessary.
0 commit comments