diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-10-14 23:04:38 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 23:04:38 +1100 |
| commit | afcea6c233dad9b1c3e8202b950d38bf0c472c40 (patch) | |
| tree | f017e443e1ac7f9b40a6a5cbe1b5f7fd949fbfc4 /cli/tests/testdata/lsp/initialize_params.json | |
| parent | e6e28981909f220ff0b98a13c692c0203eaf6035 (diff) | |
fix(lsp): properly handle snippets on completions (#16274)
Fixes #15367
Diffstat (limited to 'cli/tests/testdata/lsp/initialize_params.json')
| -rw-r--r-- | cli/tests/testdata/lsp/initialize_params.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/initialize_params.json b/cli/tests/testdata/lsp/initialize_params.json index b076f3b17..68735b06d 100644 --- a/cli/tests/testdata/lsp/initialize_params.json +++ b/cli/tests/testdata/lsp/initialize_params.json @@ -56,6 +56,11 @@ ] } }, + "completion": { + "completionItem": { + "snippetSupport": true + } + }, "foldingRange": { "lineFoldingOnly": true }, |
