Closed LumaKernel closed 6 months ago
oops, I can't find the last version there're deno.cache command... Possibly the problem of deno version...?
deno has added deno.cacheOnSave
configuration to run cache on server, coc-deno also supported this and I removed the deno.cache
command.
https://github.com/denoland/vscode_deno/pull/831 https://github.com/denoland/vscode_deno/pull/930
I should add this back for manually usage.
Added deno.cacheActiveDocument
command as deno.cache
is now an internal command.
CocCommand deno.
completion does not showdeno.cache
and if I runCocCommand deno.cache
I'll get the following error. (while it succeedsCocCommand deno.status
)deno.cache is described in README as well, so it sounds better to remove that description if it's an intentional change.
Tested on: