I see NODE_OPTIONS set to ' --require "/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.js"' in the extension host process when debugging an extension. This results in a Node.js environment variables are disabled because this process is invoked by other apps. error when spawning new Node processes using Electron. Similar to https://github.com/microsoft/vscode/issues/204005.
I see NODE_OPTIONS set to
' --require "/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.js"'
in the extension host process when debugging an extension. This results in aNode.js environment variables are disabled because this process is invoked by other apps.
error when spawning new Node processes using Electron. Similar to https://github.com/microsoft/vscode/issues/204005.