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

Extension causes the TS Server to stop working #75

Open
ma7moud3bas opened this issue Aug 24, 2023 · 5 comments
Open

Extension causes the TS Server to stop working #75

ma7moud3bas opened this issue Aug 24, 2023 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ma7moud3bas
Copy link

Describe the bug
When the exteention is enabled, whenever I open vscode, the Typescript server starts to spin up but it never finishing spinning up. this behaviour makes the code editor unusable. I can't see linting or intellesense, the files don't save, and nothing works.

After disabling the extension, everything returned to normal.

This only started to happen Yesterday, Augest 23rd. before that, the extension was working normally.

Expected behavior
Everything should work normally.

@ma7moud3bas ma7moud3bas added the bug Something isn't working label Aug 24, 2023
@yoavbls
Copy link
Owner

yoavbls commented Sep 19, 2023

Hey @ma7moud3bas,
pretty-ts-errors shouldn't block the work of the TypeScript server, it just adds more diagnostic messages. Is it consistent and keeps happening in newer versions?
Could you provide some diagnostic files or more information, please?

@yoavbls yoavbls added the pending opener's response Awaited response from the issue opener's label Sep 19, 2023
@MattyBalaam
Copy link

I don’t know if this is related, but I spent an hour debugging why I couldn’t save this morning, and eventually through a process of elimination managed to get files to save after disabling this extension.

I have some (maybe over complex) types in my code and I think an error in my TS may have caused this to happen?

@bentron2000
Copy link

Screenshot 2023-11-21 at 7 36 20 am

@dmastrorillo
Copy link

dmastrorillo commented Jan 29, 2024

Not sure if related, but we work in a huge monorepo with seperate tsconfigs per package, and this extension was causing the server to crash as well every 10 or so minutes. Didn't have any issues saving though. But Typescript and intellisense would just break and I'd have to restart the extension host to get everything working again

@yoavbls yoavbls added help wanted Extra attention is needed and removed pending opener's response Awaited response from the issue opener's labels Mar 1, 2024
@yoavbls
Copy link
Owner

yoavbls commented Mar 1, 2024

Could someone provide some type or project it's reproduced in please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants