vscode-js-debug
vscode-js-debug copied to clipboard
Add a feature for Ignore List to VS Code, like the browsers have
Super helpful to hide (temporarily) the call stack items when debugging.

This would be a feature request for the js debug adapter (https://github.com/microsoft/vscode-js-debug). Actually I think the old debug adapter had this feature for dynamically adding files to skipFiles. Currently you have to configure this with skipFiles in your launch.json
Related discussion: https://github.com/microsoft/vscode/issues/127775