You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically, I'll get a bunch (one per keystroke) of messages saying that "Request textDocument/inlayHint failed."
I've also noticed my computer gets really slow, and I often get this in the terminal: zsh: fork failed: resource temporarily unavailable (which I think is about memory, for which the Code Helper (...) processes spike, a Code Helper (Plugin) hits 1gb of memory used, but I can't tell which one.). Not that that's _ necessarily_ related, but they all seem to trigger about the same time, and it's Deno for which it's noticeable.
Unable to get inlay hints: tsc error: Error: Debug Failure. False expression.
at first (ext:deno_tsc/00_typescript.js:2917:9)
at getArgumentArityError (ext:deno_tsc/00_typescript.js:79507:19)
at resolveCall (ext:deno_tsc/00_typescript.js:79732:27)
at resolveCallExpression (ext:deno_tsc/00_typescript.js:80050:12)
at resolveSignature (ext:deno_tsc/00_typescript.js:80443:16)
at getResolvedSignature (ext:deno_tsc/00_typescript.js:80469:18)
at checkCallExpression (ext:deno_tsc/00_typescript.js:80580:23)
at checkExpressionWorker (ext:deno_tsc/00_typescript.js:83986:16)
at checkExpression (ext:deno_tsc/00_typescript.js:83886:32)
at checkExpressionWithContextualType (ext:deno_tsc/00_typescript.js:83489:18)
(new one, didn't see this when I inspected it yesterday)
Error getting actions from TypeScript: tsc error: Error: Debug Failure. Invalid cast. The supplied value [object Object] did not pass the test 'isParameter'.
at cast (ext:deno_tsc/00_typescript.js:3326:16)
at doChange33 (ext:deno_tsc/00_typescript.js:161022:23)
at ext:deno_tsc/00_typescript.js:160906:21
at Function.with (ext:deno_tsc/00_typescript.js:175786:5)
at Object.getCodeActions (ext:deno_tsc/00_typescript.js:160905:62)
at ext:deno_tsc/00_typescript.js:152447:46
at flatMap (ext:deno_tsc/00_typescript.js:2515:17)
at Object.getFixes (ext:deno_tsc/00_typescript.js:152447:10)
at ext:deno_tsc/00_typescript.js:150727:33
at flatMap (ext:deno_tsc/00_typescript.js:2515:17)
Describe the bug
Periodically, I'll get a bunch (one per keystroke) of messages saying that "Request textDocument/inlayHint failed."
I've also noticed my computer gets really slow, and I often get this in the terminal:
zsh: fork failed: resource temporarily unavailable
(which I think is about memory, for which theCode Helper (...)
processes spike, aCode Helper (Plugin)
hits 1gb of memory used, but I can't tell which one.). Not that that's _ necessarily_ related, but they all seem to trigger about the same time, and it's Deno for which it's noticeable.To Reproduce
No idea, beyond that it triggers randomly on this project: https://github.com/lishaduck/effect-utils.
I have yet to figure out what starts or stops it.
Expected behavior
It wouldn't do this.
Screenshots
Full logs: https://gist.github.com/lishaduck/3e8625fd0b227ed7723c012038223e04
Main errors:
(new one, didn't see this when I inspected it yesterday)
Versions
deno 2.0.6 (release, aarch64-apple-darwin) | vscode_deno 3.42.0 | vscode 1.95.3
The text was updated successfully, but these errors were encountered: