Closed sgwilym closed 11 months ago
I don't know if this information is novel, but I think I've confirmed that the Visual Studio Code extension registers a deno.cache
command, which is somehow invoked when the code action is selected.
Registering a deno.cache
command ourselves doesn't work, as described here: https://devforum.nova.app/t/lsp-executecommand-and-method-not-found-alert-whos-requesting-who/1650/4
Maybe this requires Nova to imitate VS Code's behavior, which is supposedly to execute extension-registered commands in response to certain LSP requests (?).
As of Nova 11.7 and Deno 1.38.5, this seems to have been fixed!!!
Not sure if this is an issue with Nova or the Deno LSP honestly.