From 56e3daa19b1a0718bbcea2beae737ce8845ceac2 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 26 Jul 2023 18:52:31 -0400 Subject: fix(lsp): handle import mapped `node:` specifier (#19956) Closes https://github.com/denoland/vscode_deno/issues/805 --- cli/tools/check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools') diff --git a/cli/tools/check.rs b/cli/tools/check.rs index aa4b9db0a..75ac2dc96 100644 --- a/cli/tools/check.rs +++ b/cli/tools/check.rs @@ -268,7 +268,7 @@ fn get_check_hash( } } - // Check if any of the top level npm pckages have changed. We could go + // Check if any of the top level npm packages have changed. We could go // further and check all the individual npm packages, but that's // probably overkill. let mut package_reqs = package_reqs.into_iter().collect::>(); -- cgit v1.2.3