summaryrefslogtreecommitdiff
path: root/cli/lsp/README.md
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-07-28 07:25:09 +1000
committerGitHub <noreply@github.com>2021-07-28 07:25:09 +1000
commit667b026798b5284e9ec8bf47baba80f343975d2e (patch)
tree3e2d85160925222b7052645ffb5fa0c8a4aa476e /cli/lsp/README.md
parentfd0b24b246e3c6ed22e96f67361da654bbff8b48 (diff)
feat(lsp): ability to set DENO_DIR via settings (#11527)
Ref: denoland/vscode_deno#287
Diffstat (limited to 'cli/lsp/README.md')
-rw-r--r--cli/lsp/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/README.md b/cli/lsp/README.md
index 764998fb1..2256c4038 100644
--- a/cli/lsp/README.md
+++ b/cli/lsp/README.md
@@ -19,6 +19,7 @@ methods that the client calls via the Language Server RPC protocol.
There are several settings that the language server supports for a workspace:
- `deno.enable`
+- `deno.cache`
- `deno.config`
- `deno.importMap`
- `deno.codeLens.implementations`