diff options
| author | Jean Pierre <jeanp413@hotmail.com> | 2021-04-02 01:21:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 17:21:07 +1100 |
| commit | 035f7b0ca037aaff37428d339b5f4abc796320fc (patch) | |
| tree | 835ba72b435a64838cbc36e1343904566de67789 /cli/tests/lsp/initialize_request.json | |
| parent | f50385b2a5c9bed99709522edc9ab759ce5f07ba (diff) | |
feat(lsp): implement textDocument/foldingRange (#9900)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'cli/tests/lsp/initialize_request.json')
| -rw-r--r-- | cli/tests/lsp/initialize_request.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/lsp/initialize_request.json b/cli/tests/lsp/initialize_request.json index 21e9e3b4f..78679eb55 100644 --- a/cli/tests/lsp/initialize_request.json +++ b/cli/tests/lsp/initialize_request.json @@ -37,6 +37,9 @@ ] } }, + "foldingRange": { + "lineFoldingOnly": true + }, "synchronization": { "dynamicRegistration": true, "willSave": true, |
