From a54fc7a1292b7da3ba1ccc1e6d6ab7ab5c750a36 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 14 Dec 2021 06:24:11 +1100 Subject: feat(lsp): improve registry completion suggestions (#13023) Resolves #10051 --- cli/tests/testdata/lsp/registries/modules_a.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cli/tests/testdata/lsp/registries/modules_a.json (limited to 'cli/tests/testdata/lsp/registries/modules_a.json') diff --git a/cli/tests/testdata/lsp/registries/modules_a.json b/cli/tests/testdata/lsp/registries/modules_a.json new file mode 100644 index 000000000..0163f18a4 --- /dev/null +++ b/cli/tests/testdata/lsp/registries/modules_a.json @@ -0,0 +1,10 @@ +{ + "items": [ + "a", + "aa", + "ab", + "aba" + ], + "isIncomplete": false, + "preselect": "a" +} -- cgit v1.2.3