From 667b026798b5284e9ec8bf47baba80f343975d2e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 28 Jul 2021 07:25:09 +1000 Subject: feat(lsp): ability to set DENO_DIR via settings (#11527) Ref: denoland/vscode_deno#287 --- cli/lsp/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/lsp/README.md') 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` -- cgit v1.2.3