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

Typescript Language Server stuck everything due to third-party extensions #210284

Closed
axetroy opened this issue Apr 13, 2024 · 3 comments
Closed
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@axetroy
Copy link
Contributor

axetroy commented Apr 13, 2024

Does this issue occur when all extensions are disabled?: No

  • VS Code Version: 1.88.1
  • OS Version: macOS 14.4.1

Steps to Reproduce:

Here is typescript Log in vscode

2024-04-13 11:30:57.675 [info] Starting TS Server
2024-04-13 11:30:57.676 [info] Using tsserver from: c:\Users\Admin\.vscode-server\cli\servers\Stable-e170252f762678dec6ca2cc69aba1570769a5d39\server\extensions\node_modules\typescript\lib\tsserver.js
2024-04-13 11:30:57.676 [info] <syntax> Forking...
2024-04-13 11:30:57.676 [info] <syntax> Starting...
2024-04-13 11:30:57.676 [info] <semantic> Forking...
2024-04-13 11:30:57.676 [info] <semantic> Starting...

Sorry, I can't give feedback via vscode because almost all functions are stuck, including Report Issue

2024-04-13.11.47.17.mov

Finally, after my investigation, I found that it should be this plug-in pretty-ts-errors, ref: yoavbls/pretty-ts-errors#75

It blocks most other features of vscode, including formatting, lint, other extensions loading, etc.

Can vscode have a mechanism to prevent third-party extensions from affecting the main functions of vscode.

Or give a prompt to the user, otherwise I have been wondering if there is something wrong with my typescript project configuration.

@axetroy axetroy changed the title Typescript Language Server stuck everything cause by third-party extensions Typescript Language Server stuck everything due to third-party extensions Apr 13, 2024
@mjbvz
Copy link
Contributor

mjbvz commented Apr 15, 2024

Sorry, I can't give feedback via vscode because almost all functions are stuck, including Report Issue

Does this still happen if you disable that extension?

@mjbvz mjbvz added the info-needed Issue requires more information from poster label Apr 15, 2024
@axetroy
Copy link
Contributor Author

axetroy commented Apr 16, 2024

Does this still happen if you disable that extension?

No, it no longer happen after disabling all extensions

@mjbvz
Copy link
Contributor

mjbvz commented Apr 29, 2024

Please file the issue against that extension so they can take a look

@mjbvz mjbvz closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants