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
Run it with Debug › JavaScript: Use Preview enabled - --require "c:/Users/i318734/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js" is displayed.
Run it with Debug › JavaScript: Use Preview disabled - --use-openssl-ca is displayed.
I would expect that NODE_OPTIONS OS value will be concatenated to the new value instead of being replaced.
My use case is to load certificates from the OS certificate store by default for any node process instead of using the bundled NodeJS certificate store.
Log File
VS Code Version: 1.47.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
shahar-h
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Oct 6, 2020
Describe the bug
When defining NODE_OPTIONS env variable at OS level it is being overriden when starting debug session.
To Reproduce
Steps to reproduce the behavior:
Extension
launch config:console.log(process.env.NODE_OPTIONS)
--require "c:/Users/i318734/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js"
is displayed.--use-openssl-ca
is displayed.I would expect that NODE_OPTIONS OS value will be concatenated to the new value instead of being replaced.
My use case is to load certificates from the OS certificate store by default for any node process instead of using the bundled NodeJS certificate store.
Log File
VS Code Version: 1.47.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: