최근에 vscode가 1.86 ver로 업데이트 되면서 GLIBC 2.28 ver 이상의 버전을 요구하면서 이전 버전에 대한 지원을 중단하는 이슈가 있었다.
https://stackoverflow.com/questions/77928429/vscode-server-unexpected-missing-glibc-2-28
VSCode server unexpected "Missing GLIBC >= 2.28"
I'm connecting to a server via ssh using VSCode. The server has Ubuntu 18.04, and until yesterday night, it was working fine, however since this morning, I get the following error (checking the log...
stackoverflow.com
ubuntu 18.04(GLIBC 2.27 ver)를 쓰고 있었는데.. 갑자기 하루 아침에 vscode가 열리지 않았다 ㅋㅋㅋ... ssh로 연결해도 wsl2에서 열려고 해도 ubuntu20.04(GLIBC 2.28 ver)를 쓰고 있는 컨테이너는 연결이 잘 되고 ubuntu18.04를 쓰고 있는 컨테이너는 하나도 열리지 않았다.
아직까지 뚜렷한 해결방법이 없어서.. vscode 버전을 1.85 이하로 재설치하는 방법이 최선인 것 같다.
https://code.visualstudio.com/updates/v1_85
Visual Studio Code November 2023
Learn what is new in the Visual Studio Code November 2023 Release (1.85)
code.visualstudio.com
자동으로 1.86 버전으로 업데이트 되어 버린 vscode를 삭제하고 위 링크로 들어가 vscode 1.85 이하 버전으로 재 설치를 하면 안열리던 컨테이너들이 제대로 열리게 된다.