Skip to content

Command 'Deno: Reload Import Registries Cache' resulted in an error #394

Closed
@jsejcksn

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

  1. Command palette > activate the command named Deno: Reload Import Registries Cache

  2. 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

Screen Shot 2021-04-16 at 00 42 16

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
  }
}

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions