deno-docs icon indicating copy to clipboard operation
deno-docs copied to clipboard

Add `deno.reloadImportRegistries`, remove `deno/cache` and `deno/reloadImportRegistries` from Language Server Overview

Open Milly opened this issue 1 year ago • 0 comments

  • Deno v1.32.2, added deno.cache command (https://github.com/denoland/deno/pull/20111)
  • Deno v1.37.0, added deno.reloadImportRegistries command (https://github.com/denoland/deno/pull/20823)
  • Deno v1.40.3, removed deno/cache and deno/reloadImportRegistries methods (https://github.com/denoland/deno/pull/22182)

about deno.cache

It is already exists, but deno.reloadImportRegistries is not. https://github.com/denoland/deno-docs/blob/c031f9f357e56a518e4cca8fcebaab31c91f9cb5/runtime/manual/advanced/language_server/overview.md?plain=1#L87-L90

about deno/cache

Should remove. https://github.com/denoland/deno-docs/blob/c031f9f357e56a518e4cca8fcebaab31c91f9cb5/runtime/manual/advanced/language_server/overview.md?plain=1#L105-L117

about deno/reloadImportRegistries

Should remove. https://github.com/denoland/deno-docs/blob/c031f9f357e56a518e4cca8fcebaab31c91f9cb5/runtime/manual/advanced/language_server/overview.md?plain=1#L122-L125

Milly avatar Mar 28 '24 09:03 Milly