ryu1kn/vscode-edit-with-shell

View on GitHub

Showing 1 of 1 total issue

Function run has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    run(command: ChildProcess, inputString: string): Promise<string> {
        let stdoutString = '';
        let stderrString = '';

        command.stdin?.write(inputString);
Severity: Minor
Found in src/lib/process-runner.ts - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language