We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136d8f8 commit 6c52677Copy full SHA for 6c52677
Extension/src/SSH/sshCommandRunner.ts
@@ -265,7 +265,6 @@ export function runInteractiveSshTerminalCommand(args: ITerminalCommandArgs): Pr
265
let continueWithoutExiting: boolean = false;
266
267
const clean = () => {
268
-
269
if (terminalListener) {
270
terminalListener.dispose();
271
terminalListener = undefined;
0 commit comments