VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.79k stars 1.06k forks source link

Support for Node.js v20 on Linux #1947

Open Suyun114 opened 2 months ago

Suyun114 commented 2 months ago

Currently, VSCodium builds successfully with Node.js v20 on Windows and macOS, but it crashes when building on Linux. We are limited to using Node.js v18 on Linux, which is inconvenient.

The official VSCode project supports Node.js v20 for Linux builds. Can we get the same support in VSCodium?

Suyun114 commented 2 months ago

I tried to fix it on #1949.

daiyam commented 2 months ago

We provide a wider support of systems since we haven't migrated to Node-v20.

You can use tool like nvm to easily switch to Node-v18

daiyam commented 2 months ago

I will make some changes so that the patches for node16 aren't not applied by default.