Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use node ipc for TS Server #46418

Merged
merged 6 commits into from
Jan 6, 2022
Merged

Commits on Oct 18, 2021

  1. Use node ipc for TS Server

    For microsoft#46417
    
    This lets us use Node's built-in ipc for passing messages to/from the typescript server instead of using stdio
    mjbvz committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3ba8565 View commit details
    Browse the repository at this point in the history
  2. Remove extra parse

    mjbvz committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    90d7ea8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    493d170 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Split out to subclass

    mjbvz committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    d804a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4e2bb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Baseline accept

    mjbvz committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    421e756 View commit details
    Browse the repository at this point in the history