I want to open directory using cmd in visual studio code but its give me error in cmd. So, What setting is require for that?
I have performed below command
D:\RND>code .
It needs to be setup so that Code is found in your PATH
. If you're on a mac system, do the following (for windows systems, read below):
shell command
to find Shell Command: Install 'code' command in PATH command
.If you're on Windows, you can also set the PATH manually by adding:
C:\Program Files (x86)\Microsoft VS Code\bin
to your PATH environment variable.
Update: If you're on Windows 10 and VSCode 1.47.2 and above, the new PATH has to be set to:
C:\Users\{username}\AppData\Local\Programs\Microsoft VS Code\bin