EN
VS Code - how to open project from command line?
1 answers
0 points
How can I open a project in Visual Studio Code from command line?
1 answer
0 points
To open a project from command line in VS Code you need to:
- Change directory to your project,
- Type
code .
and press enter
You can also check the solution from here:
0 commentsShow commentsAdd comment