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

Filter to interesting processes in process picker #1480

Open
connor4312 opened this issue Dec 14, 2022 · 1 comment
Open

Filter to interesting processes in process picker #1480

connor4312 opened this issue Dec 14, 2022 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@connor4312
Copy link
Member

microsoft/vscode#169033

We can probably elminate certain tools, like nodemon, and/or just sort processes that start from node_modules lower than ones that don't. It's still desirable in some cases, like mocha, so we don't want to remove them entirely.

@connor4312 connor4312 added the bug Issue identified by VS Code Team member as probable bug label Dec 14, 2022
@connor4312 connor4312 self-assigned this Dec 14, 2022
@snotmare
Copy link

One possible way to handle this would be to add a filter property in launch.json that allows regex to determine what processes are shown. This would add some flexibility for various scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants