Skip to content

Commit 8fc330a

Browse files
committed
Better comments
1 parent c363205 commit 8fc330a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/client/common/terminal/service.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,11 @@ export class TerminalService implements ITerminalService, Disposable {
105105
});
106106
}
107107

108-
// For non-Python shell commands, execute directly
108+
// Non-REPL code execution
109109
return this.executeCommandInternal(commandLine, isPythonShell);
110110
}
111111

112-
/**
113-
* Starts listening for the Python REPL prompt (>>>).
114-
* When detected, processes all queued commands.
115-
*/
112+
// Process Python code execution once REPL is detected.
116113
private startReplListener(): void {
117114
if (this.replDataListener) {
118115
return;

0 commit comments

Comments
 (0)