diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/lsp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/README.md b/cli/lsp/README.md index 2256c4038..53e35e8cc 100644 --- a/cli/lsp/README.md +++ b/cli/lsp/README.md @@ -140,7 +140,7 @@ with Deno: There is currently one custom notification that is sent from the server to the client: -- `deno/registryStatus` - when `deno.suggest.imports.autoDiscover` is `true` and +- `deno/registryState` - when `deno.suggest.imports.autoDiscover` is `true` and an origin for an import being added to a document is not explicitly set in `deno.suggest.imports.hosts`, the origin will be checked and the notification will be sent to the client of the status. |