I just started with Angular. I installed angular/cli and added a project. Now I want to use visual studio code.
angular/cli
I Open the Command Palette (Ctrl +
(Ctrl +
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.
"C:\Users\myUser\AppData\Local\Programs\Microsoft VS Code\Code.exe"
myUser
same effect than " Shell Command: Install ‘code’ command in PATH ".
" Shell Command: Install ‘code’ command in PATH "