Tools/Visual Studio Code
[Visual Studio Code] cmd 에서 바로 열기 - 마우스 클릭 없이 열기
이단서로
2022. 3. 25. 04:52
주제
cmd 프롬프트에서 비쥬얼 스튜디오코드 바로 열기 - 클릭 안하고 열기
방법
1) cmd
cmd 실행 후 창에서
code 를 입력해주면 된다.
Windows key + X + C 으로 cmd 열고, code 입력
2) powershell
powershell 실행 후 창에서
code 를 입력해주면 된다.
Windows key + X + I 으로 powershell 열고, code 입력
실행
cmd
powershell
출처
Using a command prompt or terminal, ...
and open VS Code (code) in that folder
https://code.visualstudio.com/docs/python/python-tutorial
728x90