diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-04 15:28:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 15:28:50 +0200 |
commit | 39872646eba1160958b6edd042be905b7cf4dd0c (patch) | |
tree | 692564fa48ade42fed29ed83fac0e9967ead509f /cli/tests/integration/lsp_tests.rs | |
parent | aaabff710f756f7dc8651b8e92e4cc5147830e49 (diff) |
feat: stabilize 'alpnProtocols' setting (#19704)
Ref https://github.com/denoland/deno/issues/19685
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |