diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-12-22 16:42:32 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 16:42:32 +1100 |
| commit | b091c6c8c9cf33cc27b25560feaeea1eb23dd345 (patch) | |
| tree | 9d33aec21cd472f18909f9aa6751a37ffb5b687b /cli/tests/lsp/initialize_request.json | |
| parent | 1e144ec022df4b824a6a1d8061e1420e57baccea (diff) | |
fix(lsp): respect enable flag for requests (#8850)
Diffstat (limited to 'cli/tests/lsp/initialize_request.json')
| -rw-r--r-- | cli/tests/lsp/initialize_request.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/lsp/initialize_request.json b/cli/tests/lsp/initialize_request.json index 960420bfd..722a3c783 100644 --- a/cli/tests/lsp/initialize_request.json +++ b/cli/tests/lsp/initialize_request.json @@ -9,6 +9,12 @@ "version": "1.0.0" }, "rootUri": null, + "initializationOptions": { + "enable": true, + "lint": true, + "importMap": null, + "unstable": false + }, "capabilities": { "textDocument": { "synchronization": { |
