You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the extension with shell_type: "child_process" causes it to ignore the node version set in the package.json. It appears the worker.js is run with the node version selected by running Volta from the VSCode installation folder. Two workarounds are proposed here: #482 (comment) but neither address the actual issue.
The symptom for me is that the tests are run with the wrong node (version).
Is this something which can be fixed? In which case I am happy to take a stab at it.
Edit: I've now noted Volta is no longer maintained, I will validate if this issue occurs with the suggested replacement Mise as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running the extension with
shell_type: "child_process"causes it to ignore the node version set in the package.json. It appears the worker.js is run with the node version selected by running Volta from the VSCode installation folder. Two workarounds are proposed here: #482 (comment) but neither address the actual issue.The symptom for me is that the tests are run with the wrong node (version).
Is this something which can be fixed? In which case I am happy to take a stab at it.
Edit: I've now noted Volta is no longer maintained, I will validate if this issue occurs with the suggested replacement Mise as well.
Beta Was this translation helpful? Give feedback.
All reactions