Theia API Documentation v1.65.0
    Preparing search index...
    Index

    Constructors

    Properties

    changeKeymapEmitter: Emitter<void> = ...
    deferredModel: Deferred<MonacoEditorModel> = ...
    jsoncEditor: MonacoJSONCEditor
    keybindingRegistry: KeybindingRegistry
    messageService: MessageService
    model: undefined | MonacoEditorModel
    onDidChangeKeymaps: Event<void> = ...
    textModelService: MonacoTextModelService
    workspace: MonacoWorkspace

    Methods

    • Remove the keybindings with the given command id from the JSON. This includes disabled keybindings.

      Parameters

      • commandId: string

        the keybinding command id.

      Returns Promise<void>