VS Code API
    Preparing search index...

    Function getCommands

    • Retrieve the list of all available commands. Commands starting with an underscore are treated as internal commands.

      Parameters

      • OptionalfilterInternal: boolean

        Set true to not see internal commands (starting with an underscore)

      Returns Thenable<string[]>

      Thenable that resolves to a list of command ids.