Skip to content
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

VSCode's nodejs bump breaks IDE #19721

Open
samuel-williams-da opened this issue Aug 6, 2024 · 1 comment · Fixed by #19723, #19724 or #19722
Open

VSCode's nodejs bump breaks IDE #19721

samuel-williams-da opened this issue Aug 6, 2024 · 1 comment · Fixed by #19723, #19724 or #19722
Assignees
Labels
broken Product is broken and must be fixed

Comments

@samuel-williams-da
Copy link
Contributor

samuel-williams-da commented Aug 6, 2024

As of https://code.visualstudio.com/updates/v1_92, VSCode now uses a version of nodejs that doesn't allow spawning processes via their .cmd file, which is what we do in windows.
The fix should simply be to add shell: true to the spawn, but I'm verifying this.
This will need fixing across main, main-2.x, release/2.9.x.

A temporary workaround is to use the previous VSCode release.

@samuel-williams-da
Copy link
Contributor Author

Also needed on 2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken Product is broken and must be fixed
Projects
None yet
1 participant