vscode: Built-in port forwarding dont work on debian 10 or minor

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.82.0
  • OS Version: Deepin (debian 10 buster)

Steps to Reproduce:

  1. Click on port
  2. [error] /usr/share/code/bin/code-tunnel: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29’ not found (required by /usr/share/code/bin/code-tunnel)

2023-09-09 17:19:37.548 [error] SyntaxError: “undefined” is not valid JSON at JSON.parse (<anonymous>) at o.G (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:7698) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async o.initialize (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:6573)

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Comments: 17 (10 by maintainers)

Most upvoted comments

Same problem on Ubuntu 18.04.6 LTS

Yes version bump is set for both client and server, newer requirements have been documented in website and will also be made in release notes.

https://code.visualstudio.com/docs/supporting/requirements#_additional-linux-requirements https://code.visualstudio.com/docs/supporting/faq#_can-i-run-vs-code-on-older-linux-distributions

I’m unable to install the insider build on centos7:

$ sudo yum install code-insiders
Resolving Dependencies
--> Running transaction check
---> Package code-insiders.x86_64 0:1.86.0-1706075903.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.28)(64bit) for package: code-insiders-1.86.0-1706075903.el7.x86_64
--> Finished Dependency Resolution
Error: Package: code-insiders-1.86.0-1706075903.el7.x86_64 (code)
           Requires: libc.so.6(GLIBC_2.28)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

upon further investigation, it looks like centos7 is being left behind, starting with 1.86. this is a tough pill to swallow 😦

Yes we are working on https://github.com/microsoft/vscode-linux-build-agent/issues/41 this milestone, cli builds will be cleaned up based on the newer toolchain following that.

Thanks! Looks like a problem with Dev Tunnels.