forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-terminalverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
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); |
Metadata
Metadata
Assignees
Labels
area-terminalverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded