My ssh server system is using glibc 2.18 and not compatible with the latest vscode version, so I installed the older version: 1.95.3. However, I can't install python in the server, because it will report the problem:
Can't install 'ms-python.vscode-python-envs' extension because it is not compatible with the current version of Visual Studio Code (version 1.95.3).
It seems like the "Python Environments" extension can't be installed in the server, and I can't find older version of this extension that can be installed properly. Has anyone met similar problem, and how can I fix it?