Skip to content

maybe: drop node-pty for a Rust backend #1

@nedtwigg

Description

@nedtwigg

Right now, our Tauri standalone app needs to distribute a full Node.js runtime so that we can run node-pty. Adds about ~100MB to the download. For our VSCode app, Node.js is already bundled, so it's not a big deal.

There are some rust-native PTY hosts. Possible that they have better performance or improved features.

If we do make this switch, it is imperative that the VSCode extension also uses the same rust-based PTY. We don't want to maintain two different PTY backends.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions