8000 delete comment · s-kai273/vscode-python@0fcd607 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fcd607

Browse files
committed
delete comment
1 parent 698d0e8 commit 0fcd607

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/terminals/codeExecution/terminalCodeExecution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class TerminalCodeExecutionProvider implements ICodeExecutionService {
6666
public async initializeRepl(resource: Resource) {
6767
const terminalService = this.getTerminalService(resource);
6868
if (terminalService.hasActiveTerminal()) {
69-
// if (this.replActive && (await this.replActive)) {
7069
await terminalService.show();
7170
return;
7271
}

0 commit comments

Comments
 (0)
0