I just started with Angular.
I installed angular/cli
and added a project.
Now I want to use visual studio code.
I Open the Command Palette (Ctrl +
Visual Code already have internal terminal window
Use the Ctrl+` keyboard shortcut with the backtick character.
Its supports all Ubuntu terminal commands
the path has been set automatically when installing VS.But i noticed a difference between "code." and "code ." Can you see the difference? The second has space in between the code and the dot. Try that.
I fixed this just adding "C:\Users\myUser\AppData\Local\Programs\Microsoft VS Code\Code.exe"
(where myUser
is your windows user) without "" to system path.
same effect than " Shell Command: Install ‘code’ command in PATH "
.
Just open your command prompt and type:
cd hello-world
hello-world
is the project name don't forget to change it then click (enter) and type
code .