Closed
Description
What is your suggestion?
Upstream VSCode now appears to be building with Node.js version 16. We should consider doing the same when we update our fork to the latest code.
Why do you want this feature?
Node v14 is now a maintenance LTS release, and will be EOL 2023-04-30. Switching to v16 gives us an additional year of support, since Node v16 LTS has an EOL of 2024-04-30.
Are there any workarounds to get this functionality today?
Users can build with Node v16 manually, I suppose.
Are you interested in submitting a PR for this?
Sure! I'm not sure what needs to be updated, though, aside from CI. Do we need to update the fork (https://github.com/coder/vscode/) as well?