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 698d0e8 commit 0fcd607Copy full SHA for 0fcd607
src/client/terminals/codeExecution/terminalCodeExecution.ts
@@ -66,7 +66,6 @@ export class TerminalCodeExecutionProvider implements ICodeExecutionService {
66
public async initializeRepl(resource: Resource) {
67
const terminalService = this.getTerminalService(resource);
68
if (terminalService.hasActiveTerminal()) {
69
- // if (this.replActive && (await this.replActive)) {
70
await terminalService.show();
71
return;
72
}
0 commit comments