-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support running in Electron as Node aka support running in Node 19+ #114
Comments
So the day has come! Now that my distribution updated nodejs to 20 I can no longer build vscode. |
:( |
My observations so far:
|
@PF4Public I'd recommend using nvm or similar to get a different node version until this is sorted. |
@TylerLeonhardt Thank you for suggestion. It might be usable if I were to build vscode locally, but unfortunately it might be overly complicated to make it work under package manager, so I'd rather have a generic solution. Surprisingly enough I could build vscode with electron-25 acting as node. Weird, but OK :) PS: localizations work as expected :) |
Blocked on tree-sitter/tree-sitter-typescript#244
Tracks bumping our version of tree-sitter to a version that supports running in Node 19+
Workaround: Run
@vscode/l10n-dev
in Node 18 or lower. Btw, VS Code extensions still run in Node 16 as of today, so it's best to develop extensions using the same version...The text was updated successfully, but these errors were encountered: