diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-07-28 07:25:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 07:25:09 +1000 |
commit | 667b026798b5284e9ec8bf47baba80f343975d2e (patch) | |
tree | 3e2d85160925222b7052645ffb5fa0c8a4aa476e /cli/tools/standalone.rs | |
parent | fd0b24b246e3c6ed22e96f67361da654bbff8b48 (diff) |
feat(lsp): ability to set DENO_DIR via settings (#11527)
Ref: denoland/vscode_deno#287
Diffstat (limited to 'cli/tools/standalone.rs')
-rw-r--r-- | cli/tools/standalone.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/standalone.rs b/cli/tools/standalone.rs index 259c61222..dfec6c7dd 100644 --- a/cli/tools/standalone.rs +++ b/cli/tools/standalone.rs @@ -207,6 +207,7 @@ pub fn compile_to_runtime_flags( allow_write: flags.allow_write, ca_file: flags.ca_file, cache_blocklist: vec![], + cache_path: None, cached_only: false, config_path: None, coverage_dir: flags.coverage_dir, |