Interface DebugContribution

interface DebugContribution {
    register(configType, connection): void;
}

Methods

Methods