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
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
I'd also imagine that this has something to do with LSP erroring out with the following mish mash on repeat:
Unable to send result to client.
successfully cancelled request with ID: 155
client asked to cancel request 153, but no such pending request exists, ignoring
These logs appear in denoland/deno#18494, which ultimately doesn't address editor responsiveness issues.
Things attempted
disabling shiki
emptying the Deno cache
setting a new loc for the Deno cache
loading old versions of Capi
EDIT:
Got a fun new log:
Hit the language server document preload limit of 1000 file system entries. You may want to use the "deno.enablePaths" configuration setting to only have Deno partially enable a workspace.
Explicitly setting all enablePaths––except for examples––in .vscode/settings.json solves it. This ofc is a bad solution for us, as we frequently develop against / debug via examples.
This is probably related to an update in the last 2 weeks
The text was updated successfully, but these errors were encountered: