From be1fc754a14683bf640b7bf0ecf6e286d02ee118 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Tue, 5 Sep 2023 16:36:35 +0100 Subject: feat(lsp): provide the deno.cache command server-side (#20111) Co-authored-by: Nayeem Rahman --- cli/tests/integration/lsp_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 19b968602..c86d30456 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -4257,7 +4257,7 @@ fn lsp_code_actions_deno_cache() { "command": { "title": "", "command": "deno.cache", - "arguments": [["https://deno.land/x/a/mod.ts"]] + "arguments": [["https://deno.land/x/a/mod.ts"], "file:///a/file.ts"] } }]) ); @@ -4342,7 +4342,7 @@ fn lsp_code_actions_deno_cache_npm() { "command": { "title": "", "command": "deno.cache", - "arguments": [["npm:chalk"]] + "arguments": [["npm:chalk"], "file:///a/file.ts"] } }]) ); -- cgit v1.2.3