728x90
나같은 경우는 vscode를 보통 터미널 환경에서 들어가서 wsl 가상환경 내에서 작동 시키는데
정말 어제까지만 해도 잘되던 vscode 가 갑자기 안되는 것이었다....ㅠㅠ
Input/output error: code
해당 에러가 떠서 vscode 업데이트 문제인가해서
터미널 환경에서 apt update하고 다시 설치했는데도 문제가 해결되지않아서
구글링하다가 문제해결!
내가 보고 해결한 깃허브 사이트!
VS Code Server for WSL closed unexpectedly: Input/output error · Issue #2818 · microsoft/vscode-remote-release
VSCode Version: 1.44.2 Local OS Version: Windows 10 Remote OS Version: Ubuntu 18.04 Remote Extension/Connection Type: WSL Steps to Reproduce: No steps to reproduce the problem. I didn't change ...
github.com
cmd 창에 아래 명령어 입력해서 가상머신 종료 시키기!
wsl.exe --shutdown
728x90
'🛠️ ERROR Note' 카테고리의 다른 글
[ERROR_react-native] ERR! missing script: android (0) | 2022.02.03 |
---|---|
[ERROR_git] remote: Support for password authentication was removed on August 13, 2021. (0) | 2021.08.14 |
[ERROR_git] remote: Permission to denied to(Window) (0) | 2021.08.03 |
[ERROR_C] "char (*)[20]" 형식의 인수가 "char **" 형식의 매개 변수와 호환되지 않습니다. (0) | 2021.06.11 |