-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Is there a way I can call the commands using the Command Palette? My use case is simple: I want to toggle the use of gitIgnore content to show / hide the file search results. Currently, I can call it via keyboard shortcut but It's more ideal for me to use the command palette.
"settings.cycle": [
{
"id": "toggle_gitIgnore_search",
"overrideWorkspaceSettings": false,
"values": [
{
"search.useIgnoreFiles": true,
"search.useParentIgnoreFiles": true,
},
{
"search.useIgnoreFiles": false,
"search.useParentIgnoreFiles": false,
}
]
}
],
If this feature is not present, can you share your thoughts? I'm thinking of contributing to enable this feature.
mhagnumdw, vanyauhalin, wmstack and dmusican
Metadata
Metadata
Assignees
Labels
No labels