-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
I'm writing to confirm the compatibility of vscode-sysroot with Ubuntu 18.04, as requested in the "Ubuntu 18.04" section of the README.md file.
I can confirm that this tool successfully resolved the issue of connecting the latest VS Code (1.104.3) to my Ubuntu 18.04 servers.
I have tested this on two different servers with the following specifications:
Server 1: OS: Ubuntu 18.04.6 LTS x86_64, Kernel: 4.15.0-213-generic
Server 2: OS: Ubuntu 18.04.5 LTS x86_64, Kernel: 5.4.0-150-generic
Following the suggestions in the README, I performed two separate tests:
Default Configuration: I used the provided .config file without any changes, where CT_LINUX_VERSION and CT_GLIBC_MIN_KERNEL were both set to "3.10".
Result: This worked perfectly on both servers.
Modified Configuration: I modified the .config file and changed both CT_LINUX_VERSION and CT_GLIBC_MIN_KERNEL to "4.19.287".
Result: This configuration also worked perfectly on both servers.
Based on these tests, it seems that vscode-sysroot works on Ubuntu 18.04 (with kernels 4.15.x and 5.4.x) with both the default kernel version settings and the suggested updated ones.
Hopefully, this information is helpful for updating the documentation. Thank you for creating this very useful tool!