You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, we run vscode remote on Server. Like most production environment, we use Ubuntu 18.04. However, when automatically update(I have no way to stop auto update) to release version v0.3.1178. It requires glibc 2.29.
release version v0.3.1178
In my use case, we run vscode remote on Server. Like most production environment, we use Ubuntu 18.04. However, when automatically update(I have no way to stop auto update) to release version v0.3.1178. It requires glibc 2.29.
➜ strings /lib/x86_64-linux-gnu/libm.so.6 | grep GLIBC
GLIBC_2.2.5
GLIBC_2.4
GLIBC_2.15
GLIBC_2.18
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_PRIVATE
which does not support glibc >= 2.28
The text was updated successfully, but these errors were encountered: