litleleprikon/socket-io-vscode

View on GitHub
src/extension.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function start has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function start(context: ExtensionContext, connectFn: Connect) {

    function registerCommand(command: string, callback: (...args: any[]) => any, thisArg?: any): Disposable {
        const registeredCommand: Disposable = commands.registerCommand(command, callback);
        context.subscriptions.push(registeredCommand);
Severity: Minor
Found in src/extension.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status