Starting VS Code in WSL (Ubuntu): Downloading server...

Jmnote (토론 | 기여)님의 2024년 5월 30일 (목) 14:45 판 (→‎개요)

개요

Starting VS Code in WSL (Ubuntu): Downloading server...
Console
Copy
[2024-05-30 05:43:36.934] Extension version: 0.88.2
[2024-05-30 05:43:36.934] L10N bundle: undefined
[2024-05-30 05:43:36.962] authorityHierarchy: wsl+Ubuntu
[2024-05-30 05:43:36.962] WSL extension activating for a local WSL instance
[2024-05-30 05:43:36.966] Resolving wsl+Ubuntu, resolveAttempt: 1
[2024-05-30 05:43:36.966] NodeExecServer run: C:\Windows\System32\wsl.exe --status
[2024-05-30 05:43:37.012] WSL feature installed: true (wsl --status)
[2024-05-30 05:43:37.012] NodeExecServer run: C:\Windows\System32\wsl.exe --list --verbose
[2024-05-30 05:43:37.046] 1 distros found
[2024-05-30 05:43:37.047] Starting VS Code Server inside WSL (wsl2)
[2024-05-30 05:43:37.047] Windows build: 22631. Multi distro support: available. WSL path support: enabled
[2024-05-30 05:43:37.047] Scriptless setup: false
[2024-05-30 05:43:37.048] No shell environment set or found for current distro.
[2024-05-30 05:43:37.160] WSL daemon log file: 
[2024-05-30 05:43:37.163] Probing if server is already installed: if [ -d ~/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf 'alpine-'; fi; if [ -s ~/.vscode-server/bin/compatibilty-check ]; then printf 'legacy-'; fi; uname -m;
[2024-05-30 05:43:37.163] NodeExecServer run: C:\Windows\System32\wsl.exe -d Ubuntu -e sh -c if [ -d ~/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf 'alpine-'; fi; if [ -s ~/.vscode-server/bin/compatibilty-check ]; then printf 'legacy-'; fi; uname -m;
[2024-05-30 05:43:37.252] Probing result: x86_64
[2024-05-30 05:43:37.252] No server install found in WSL, needs linux-x64
[2024-05-30 05:43:37.252] Getting server from client side
[2024-05-30 05:43:37.253] Downloading VS Code Server stable - dc96b837cf6bb4af9cd736aa3af08cf8279f7685 into C:\Users\user\AppData\Local\Temp\vscode-remote-wsl\stable\dc96b837cf6bb4af9cd736aa3af08cf8279f7685\vscode-server-stable-linux-x64.tar.gz.
[2024-05-30 05:43:39.179] Download checksum: 09b9422274aa5d17c80aa1d69629777b2239c84bcd5d74235a3419be4dc2fb15
  • 비주얼스튜디오 코드
    Sublime Text를 벤치마킹한 툴로 보이는데 청출어람 하고 있다라 판단됨. MS사의 도구들이 통상 무거웠던 것을 생각하면 VSC는 이상하다라 느껴질 정도로 가벼움. C언어 쪽은 상대적으로 약하지만 웹언어에서는 큰 무리 없이 사용이 가능한 것 같음. Git 도 함께 지원하고 있어 편 John Jeong