vscode-js-debug icon indicating copy to clipboard operation
vscode-js-debug copied to clipboard

Add a feature for Ignore List to VS Code, like the browsers have

Open johnpapa opened this issue 4 years ago • 3 comments

Super helpful to hide (temporarily) the call stack items when debugging.

image

johnpapa avatar Jul 02 '21 15:07 johnpapa

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

roblourens avatar Aug 19 '21 05:08 roblourens

Related discussion: https://github.com/microsoft/vscode/issues/127775

connor4312 avatar Sep 01 '21 17:09 connor4312