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
This also turns out to be the root cause for the live share issue - Live Share is eagerly calling codeAction/resolve, whereas without liveshare this is only triggered when the user actually triggers the code action.
Version: Deno 2.1.6
When you try to execute the "Move to a new file" quick fix in VS Code in the
main.ts
file, the LSP fails to respond to thecodeAction/resolve
request.It works if the file referenced from the import does not exist. It fails if it does exist (data url, local file, npm specifier all fail).
The text was updated successfully, but these errors were encountered: