We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaca4d commit 645ace7Copy full SHA for 645ace7
1 file changed
src/command_runner.ts
@@ -53,7 +53,7 @@ export class CommandRunner {
53
};
54
55
}
56
- currentTerminal = Terminal.getTerminal(options).;
+ currentTerminal = Terminal.getTerminal(options);
57
currentTerminal.sendText(builtCommand);
58
this.outputChannel.appendLine('Executing command: ' + builtCommand + ' with options ' + JSON.stringify(options));
59
0 commit comments