Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johnpapa opened this issue Jul 2, 2021 · 3 comments
Open

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

johnpapa opened this issue Jul 2, 2021 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality

Comments

@johnpapa
Copy link

johnpapa commented Jul 2, 2021

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

image

@weinand weinand removed their assignment Aug 18, 2021
@isidorn isidorn assigned roblourens and unassigned isidorn Aug 18, 2021
@roblourens
Copy link
Member

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

@connor4312 connor4312 transferred this issue from microsoft/vscode Sep 1, 2021
@connor4312 connor4312 reopened this Sep 1, 2021
@connor4312 connor4312 assigned connor4312 and unassigned roblourens Sep 1, 2021
@connor4312 connor4312 added the feature-request Request for new features or functionality label Sep 1, 2021
@connor4312
Copy link
Member

Related discussion: microsoft/vscode#127775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

6 participants
@roblourens @johnpapa @weinand @isidorn @connor4312 and others