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

Deno extension is erroring TSServer [error] TSServer exited. Code: null. Signal: SIGTERM #1220

Open
sandersemmel opened this issue Dec 3, 2024 · 1 comment

Comments

@sandersemmel
Copy link

sandersemmel commented Dec 3, 2024

Describe the bug
Deno extension kills the TSserver
To Reproduce

  1. Install Deno extension in vscode
  2. Make sure Deno extension is enabled
  3. Create a typescript file with a function in it and see if it gives you intellisense for that function
  4. It should not give any intellisense because Deno extension is crashing TSserver

Expected behavior
Extension should not crash TSserver.

Screenshots
Deno extension is installed but not enabled and TSserver has not yet crashed according to the output log:
image
Demonstrating that intellisense is working in a typescript file extensions is not enabled:
image
Deno extension gets enabled and output log shows that TSserver has crashed:
image
Demonstrating the intellisense no longer works in a typescript file:
image

Versions

vscode: 1.95.1 (I also tried 1.95.3, same outcome)
commit: 65edc4939843c90c34d61f4ce11704f09d3e5cb6

deno extension: v3.42.0

deno version: 2.0.1

macOS sonoma 14.5

@sandersemmel
Copy link
Author

sandersemmel commented Dec 3, 2024

As a workaround for anyone else stumbling upon this, you can enable the extension only for certain workspace so it does not break other projects with the "Enable (workspace)" option.

image

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

No branches or pull requests

1 participant