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

"hide" property for launch configurations #242273

Closed
dimateos opened this issue Feb 28, 2025 · 1 comment
Closed

"hide" property for launch configurations #242273

dimateos opened this issue Feb 28, 2025 · 1 comment
Assignees

Comments

@dimateos
Copy link

Tasks allow for "hide":true which hides them from the quick pick.

But for launch configs, you have to comment them out if you want to hide them from the combo box.
Would be nice to have a simple "hide":true like tasks.

Regards

@roblourens
Copy link
Member

You can actually add

"presentation": {
    "hidden": true,
}

to your launch config 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants