microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 283 forks source link

feat: update snippets for config resolution, add tool completion #2067

Closed connor4312 closed 2 months ago

connor4312 commented 2 months ago

Fixes #1997

Also borrows some logic from Python to add a completion item to let users pick a Node.js tool that they can run, from their node_modules/.bin folder