Interface CommandContribution

The command contribution should be implemented to register custom commands and handler.

interface CommandContribution {
    registerCommands(commands): void;
}

Implemented by

Methods