jasongin / nvs

Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js
Other
2.72k stars 210 forks source link

Update VSCODE.md for compatibility with non .js files #284

Closed yscumc closed 1 year ago

yscumc commented 1 year ago

Added exec to runtimeArgs in the launch config so it'll work with files like .mjs, .cjs, etc. Also updated version numbers to latest node LTS version

Currently on Windows with nvs 1.7.0 without exec, launching debug on a non .js file will simply exit immediately with no warning.