Skip to content

Support for running commands in "command palette".  #23

@saif97

Description

@saif97

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions