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

fix: disable IPC communication until TypeScript bug is fixed #600

Merged
merged 1 commit into from Oct 7, 2022

Conversation

rchl
Copy link
Member

@rchl rchl commented Oct 7, 2022

The issue with using IPC communication for communicating with tsserver is that if the parent process gets killed then the tsserver process does not shut itself down.

This will be re-enabled once the Typescript issue (microsoft/TypeScript#51100) is fixed.

Fixes #599

… bug

The issue with using IPC communication is that if the parent process gets
killed the the tsserver process does not shut itself down.

This will be re-enabled once the Typescript issue (microsoft/TypeScript#51100)
is fixed.

Fixes #599
@rchl rchl merged commit a6153a6 into master Oct 7, 2022
@rchl rchl deleted the fix/shutdown branch October 7, 2022 21:59
@Ristovski
Copy link

Seems to be fixed upstream? microsoft/TypeScript#51107

@rchl
Copy link
Member Author

rchl commented Oct 10, 2022

I know. I've submitted the fix there :)

Now we need to wait for new version of TypeScript that includes the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple Instances of tsserver.js and typingsInstaller.js will be created every time :PackerCompile is run.
2 participants