Interface KeybindingContribution

Allows extensions to contribute common.Keybindings

interface KeybindingContribution {
    registerKeybindings(keybindings): void;
}

Implemented by

Methods