From e55454613cd5ad04c427a49c4287e60b1563c32e Mon Sep 17 00:00:00 2001 From: Pankaj Patil Date: Wed, 18 Aug 2021 21:47:52 +0530 Subject: docs(lsp): change deno/registryStatus -> deno/registryState (#11760) --- cli/lsp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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. -- cgit v1.2.3