diff options
author | Pankaj Patil <pankaj.patil2099@hotmail.com> | 2021-08-18 21:47:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 12:17:52 -0400 |
commit | e55454613cd5ad04c427a49c4287e60b1563c32e (patch) | |
tree | add1000b7ed2b9bfcf3dc23ec2aafd8c74b68828 | |
parent | 71e558c71c12a64aaf3a017c28fa4821c1d7a7ce (diff) |
docs(lsp): change deno/registryStatus -> deno/registryState (#11760)
-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. |