We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Typescript Intellisense hovering is loading... for ever when hovering over a function, object, ...
loading...
To Reproduce
test.ts
const isoDate = new Date().toISOString();
toISOString
(method) Date.toISOString(): string Returns a date as a string value in ISO format
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Typescript Intellisense hovering is
loading...
for ever when hovering over a function, object, ...To Reproduce
test.ts
filetoISOString
. It correctly showsloading...
forever!As soon as I install this extension, I get in my Typescript output:
Expected behavior
The extension should not crash my typescript server.
Versions
vscode: 1.97.0 under windows
deno:
extension: 3.43.3
PS: I believe these issues are related #1220 and #1105 and #1202
The text was updated successfully, but these errors were encountered: