Skip to content

Commit f4cc2dd

Browse files
committed
Better comments
1 parent f01b51b commit f4cc2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/common/terminal/service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export class TerminalService implements ITerminalService, Disposable {
138138
name: this.options?.title || 'Python',
139139
hideFromUser: this.options?.hideFromUser,
140140
});
141+
// Return early to prevent duplicate creation of terminal when using env extension.
141142
return;
142143
} else {
143144
this.terminalShellType = this.terminalHelper.identifyTerminalShell(this.terminal);

0 commit comments

Comments
 (0)