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

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

    interface CommandContribution {
        registerCommands(commands: CommandRegistry): void;
    }

    Implemented by

    Index

    Methods