From 39872646eba1160958b6edd042be905b7cf4dd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 4 Jul 2023 15:28:50 +0200 Subject: feat: stabilize 'alpnProtocols' setting (#19704) Ref https://github.com/denoland/deno/issues/19685 --- cli/tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 5164975cf..467fa85a5 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -4788,7 +4788,7 @@ fn lsp_completions_auto_import() { "source": "./b.ts", "data": { "exportName": "foo", - "exportMapKey": "foo|6799|file:///a/b", + "exportMapKey": "foo|6802|file:///a/b", "moduleSpecifier": "./b.ts", "fileName": "file:///a/b.ts" }, -- cgit v1.2.3