From bd238be4b5f26126fee8820d2a64c6660dfd6b6b Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 13 Oct 2023 14:38:34 +0100 Subject: fix(lsp): don't commit registry completions on "/" (#20902) --- 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 b5af78b11..5f76d3de2 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -7405,7 +7405,7 @@ fn lsp_completions_registry_empty() { }, "newText": "http://localhost:4545" }, - "commitCharacters": ["\"", "'", "/"] + "commitCharacters": ["\"", "'"] }] }) ); -- cgit v1.2.3