Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@Tyriar

Description

@Tyriar
Issue body actions

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);

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.