summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPankaj Patil <pankaj.patil2099@hotmail.com>2021-08-18 21:47:52 +0530
committerGitHub <noreply@github.com>2021-08-18 12:17:52 -0400
commite55454613cd5ad04c427a49c4287e60b1563c32e (patch)
treeadd1000b7ed2b9bfcf3dc23ec2aafd8c74b68828
parent71e558c71c12a64aaf3a017c28fa4821c1d7a7ce (diff)
docs(lsp): change deno/registryStatus -> deno/registryState (#11760)
-rw-r--r--cli/lsp/README.md2
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.