Skip to content

Use node's ipc for desktop TypeScript server #46417

Closed
@mjbvz

Description

@mjbvz

On desktop, VS Code currently communicates with the TypeScript server by passing messages over stdio. These messages are in a json rcp style format

We should instead explore using node's built-in ipc support which would let the two processes communicate using .send and .on('message', ...)

Advantages

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIRelates to the public API for TypeScriptDomain: TSServerIssues related to the TSServerFixedA PR has been merged for this issueSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions