Skip to content

Commit 490ef8b

Browse files
committed
update comment
1 parent aa07144 commit 490ef8b

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
@@ -99,6 +99,7 @@ export class TerminalService implements ITerminalService, Disposable {
9999

100100
if (terminal.shellIntegration) {
101101
// TODO: executeCommand would not execute command manually typed inside Python Terminal REPL.
102+
// We only run executeCommand when user shift+enter in .py file, and hence run command in terminal on user's behalf.
102103
const execution = terminal.shellIntegration.executeCommand(commandLine);
103104
traceVerbose(`Shell Integration is enabled, executeCommand: ${commandLine}`);
104105
// exitCode as promise for the case:

0 commit comments

Comments
 (0)