The docs mention an executable called code
, but I\'m not sure where I can find that so I can put it on my path. The zip I downloaded from the VSCode site did no
Note: Only for Windows Users.
As many folks already suggested ways to open code from command prompt using code .
command. This will only open Visual Studio Code Stable build. But If you have downloaded Visual Studio Code Insider build/version (Which has all latest build/features but unstable version) then you need to follow below instructions in windows :
C:\Users\tsabu\AppData\Local\Programs\Microsoft VS Code Insiders\bin
(or)
C:\Program Files\Microsoft VS Code Insiders\bin
based on location at which you have installed vscode insider in your machine.
code-insiders .
to open vscode-insider
build/version