From cb154d6afa3d260e3b281404155d04806aa2014c Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 26 Sep 2023 21:57:14 +0100 Subject: chore(lsp): bump tower-lsp to 0.20.0 (#20693) --- cli/tests/integration/npm_tests.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cli/tests/integration/npm_tests.rs') diff --git a/cli/tests/integration/npm_tests.rs b/cli/tests/integration/npm_tests.rs index 09330a80c..0fd0cdb4b 100644 --- a/cli/tests/integration/npm_tests.rs +++ b/cli/tests/integration/npm_tests.rs @@ -2155,8 +2155,11 @@ fn top_level_install_package_json_explicit_opt_in() { } })); client.write_request( - "deno/cache", - json!({ "referrer": { "uri": file_uri }, "uris": [] }), + "workspace/executeCommand", + json!({ + "command": "deno.cache", + "arguments": [[], file_uri], + }), ); assert!(node_modules_dir.join("@denotest").exists()); -- cgit v1.2.3