Skip to content

Use executeCommand instead of sendText to activate Start Terminal REPL #23929

@Tyriar

Description

@Tyriar

Running & /usr/bin/python3 in the terminal on macOS after starting the REPL:

Screenshot 2024-08-08 at 8 59 58 AM

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

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions