Closed8
古いLinuxサーバに対して VS Code で Remote 開発できなくなった件

接続すると以下のメッセージが
The following issues were detected in your most recent Remote - SSH session
Cmd+click on an issue to continue in Copilot Chat.
╔══════════════╤═════════════════════════════════════════════════════════════════════════════════════════════╤═════════════════════════════════════════════════════════════════════════════════════════════╤═════════════════════════════════════════════════════════════════════════════════════════════╗
║ Status │ Message │ Mitigations │ Resources ║
╟──────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────╢
║ LinuxPrereqs │ The remote host may not meet VS Code Server's prerequisites for glibc and libstdc++ (The │ • https://aka.ms/vscode-remote/faq/old-linux │ • https://aka.ms/vscode-remote/linux-prerequisites ║
║ │ remote host does not meet the prerequisites for running VS Code Server) │ │ ║
╚══════════════╧═════════════════════════════════════════════════════════════════════════════════════════════╧═════════════════════════════════════════════════════════════════════════════════════════════╧═════════════════════════════════════════════════════════════════════════════════════════════╝
See verbose information in the Output Log...

Workaround をさがす
どうやら、VS Code を Portable Mode で動作させると、インストールされているものとは異なる Version を並行して利用できるらしい。
このスクラップは4ヶ月前にクローズされました