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

Infinite loading... for Typescript Intellisense #1253

Open
chdn-benoit opened this issue Feb 10, 2025 · 0 comments
Open

Infinite loading... for Typescript Intellisense #1253

chdn-benoit opened this issue Feb 10, 2025 · 0 comments

Comments

@chdn-benoit
Copy link

Describe the bug

Typescript Intellisense hovering is loading... for ever when hovering over a function, object, ...

To Reproduce

  1. Create an empty vscode profile and a new empty project folder, to make sure, you do not have any other extension installed or setups.
  2. Create a test.ts file
const isoDate = new Date().toISOString();
  1. Hover your mouse over toISOString. It correctly shows
(method) Date.toISOString(): string
Returns a date as a string value in ISO format
  1. Now install the Deno extension and hover again.
  2. It's showing loading... forever!

As soon as I install this extension, I get in my Typescript output:

2025-02-10 13:20:00.813 [error] TSServer exited. Code: null. Signal: SIGTERM

Expected behavior

The extension should not crash my typescript server.

Versions

vscode: 1.97.0 under windows
deno:

deno --version
deno 2.1.5 (stable, release, x86_64-pc-windows-msvc)
v8 13.0.245.12-rusty
typescript 5.6.2

extension: 3.43.3

PS: I believe these issues are related #1220 and #1105 and #1202

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