Skip to content

Commit af61a19

Browse files
authored
Update README.md
1 parent 114a3f9 commit af61a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ If you want to help me, please star this repository to increase the visibility o
211211
## Roadmap
212212

213213
* Better windows compatibility when not using WLS: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WLS we should run the equivalent powershell command when Windows is detected.
214-
* ~~`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.
214+
* ~~`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` and it's focus is primarily `F`/`C#`/`Visual Basic`. So only `C#` dotnet support has been added so far. More research is necessary.

0 commit comments

Comments
 (0)