Running & /usr/bin/python3 in the terminal on macOS after starting the REPL:
This is likely because sendText is happening before the prompt is ready. Using the new executeCommand should fix this:
|
await this.getTerminalService(file, options).sendCommand(command, args); |
|
this.terminal!.sendText(text, true); |
Running
& /usr/bin/python3in the terminal on macOS after starting the REPL:This is likely because sendText is happening before the prompt is ready. Using the new executeCommand should fix this:
vscode-python/src/client/terminals/codeExecution/terminalCodeExecution.ts
Line 44 in e90b95d
vscode-python/src/client/common/terminal/service.ts
Line 62 in e90b95d