We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Running & /usr/bin/python3 in the terminal on macOS after starting the REPL:
& /usr/bin/python3
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
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