visual studio code “Shell Command: Install 'code' command in PATH command.”

后端 未结 10 755
感动是毒
感动是毒 2020-12-31 01:57

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 +

10条回答
  •  伪装坚强ぢ
    2020-12-31 02:37

    it is already installed on Windows. You just have to make cmd path where the project created (e.g C:\WINDOWS\system32> cd C:\WINDOWS\system32\hello-world), then run the the comamnd "code ." like this (C:\Windows\System32\hello-world>code .)

    I got this from VS Code documentation

提交回复
热议问题