summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/registries/modules_a.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-12-14 06:24:11 +1100
committerGitHub <noreply@github.com>2021-12-14 06:24:11 +1100
commita54fc7a1292b7da3ba1ccc1e6d6ab7ab5c750a36 (patch)
tree8cfd9a3543b7e36f198bdc3296ae8eeb3739b97c /cli/tests/testdata/lsp/registries/modules_a.json
parent8fdade79daffaa4b5b42c90b80df3b8604e97b32 (diff)
feat(lsp): improve registry completion suggestions (#13023)
Resolves #10051
Diffstat (limited to 'cli/tests/testdata/lsp/registries/modules_a.json')
-rw-r--r--cli/tests/testdata/lsp/registries/modules_a.json10
1 files changed, 10 insertions, 0 deletions
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"
+}