Skip to content

Commit 038c98e

Browse files
committed
add TODO for future
1 parent dbb2e2a commit 038c98e

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

100100
if (terminal.shellIntegration) {
101+
// TODO: executeCommand would not execute command manually typed inside Python Terminal REPL.
101102
const execution = terminal.shellIntegration.executeCommand(commandLine);
102103
traceVerbose(`Shell Integration is enabled, executeCommand: ${commandLine}`);
103104
// exitCode as promise for the case:

0 commit comments

Comments
 (0)