본문으로 건너뛰기

WSL 에서 VS Code 사용하기

  author: Dev.ian
createdAt: 2024-09-08
updatedAt: 2024-09-08

Install VS Code

VS Code 실행

  • "Windows + s 키"로 ubuntu 를 검색해서 ubuntu 를 실행 후, vs code 를 실행할 경로로 이동한 뒤 code . 명령어 실행

    • move working directory

        $ cd ~/Documents
    • exec vs code

        $ code .