Closed
Description
test
Describe the bug
The command palette entry does not seem to work. It only results in the error described below. I'm exploring this feature for the first time.
To Reproduce
-
Command palette > activate the command named Deno: Reload Import Registries Cache
-
A notification appears:
Command 'Deno: Reload Import Registries Cache' resulted in an error (Running the contributed command: 'deno.reloadImportRegistries' failed.)
Expected behavior
Not sure. It's never succeeded.
Screenshots
Versions
vscode: code --version
1.55.2
3c4e3df9e89829dce27b7b5c24508306b151f30d
x64
deno: deno --version
deno 1.9.0 (release, x86_64-apple-darwin)
v8 9.1.269.5
typescript 4.2.2
extension: code --list-extensions --show-versions | grep deno
denoland.vscode-deno@3.3.0
notes
My .vscode/settings.json
looks like this:
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": false,
"deno.suggest.imports.hosts": {
"https://deno.land/": true
}
}