Opening Visual Code can be done simply with the command:
1 | code |
Opening Visual Studio does not always work with this command:
1 2 3 | devenv 'devenv' is not recognized as an internal or external command, operable program or batch file. |
As a type and trick, the project file can be run directly on the command line:
1 | C:\CSharpProjects\001>001.csproj |