Content-Length: 303284 | pFad | https://github.com/microsoft/vscode-python/issues/23929

C3 Use executeCommand instead of sendText to activate Start Terminal REPL · Issue #23929 · microsoft/vscode-python · GitHub
Skip to content

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

Closed
@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









    ApplySandwichStrip

    pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


    --- a PPN by Garber Painting Akron. With Image Size Reduction included!

    Fetched URL: https://github.com/microsoft/vscode-python/issues/23929

    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy