We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa07144 commit 490ef8bCopy full SHA for 490ef8b
src/client/common/terminal/service.ts
@@ -99,6 +99,7 @@ export class TerminalService implements ITerminalService, Disposable {
99
100
if (terminal.shellIntegration) {
101
// 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.
103
const execution = terminal.shellIntegration.executeCommand(commandLine);
104
traceVerbose(`Shell Integration is enabled, executeCommand: ${commandLine}`);
105
// exitCode as promise for the case:
0 commit comments