반응형
https://learn.microsoft.com/ko-kr/windows/wsl/tutorials/wsl-vscode
WSL에서 VS Code 사용 시작
Linux용 Windows 하위 시스템 사용하여 코드를 작성하고 디버그하도록 VS Code를 설정하는 방법을 알아봅니다.
learn.microsoft.com
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
Remote Development - Visual Studio Marketplace
Extension for Visual Studio Code - An extension pack that lets you open any folder in a container, on a remote machine, or in WSL and take advantage of VS Code's full feature set.
marketplace.visualstudio.com
sudo apt-get update
sudo apt-get install wget ca-certificates
code .
'프로그래밍' 카테고리의 다른 글
Set the P4CLIENT environment variable to desired workspace name. (0) | 2022.10.21 |
---|---|
Can I get files from "Depot" without a "Stream" in Perforce P4? (0) | 2022.10.21 |
Ubuntu Install the .NET SDK (0) | 2022.10.20 |
ubuntu perfoce 설정 (0) | 2022.10.20 |
WSL 브릿지 모드 (0) | 2022.10.20 |