diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-20 19:56:48 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-20 19:56:48 +1000 |
| commit | 014d8d51c0bfb10a8f47544a94d5a2b6cea7b578 (patch) | |
| tree | e6967d9317c01cfb7f51990676502d4391f582a4 /cli/tests/lsp/initialize_params_registry.json | |
| parent | bdee065d424f4dcc45c9137ccd1d0d9e581d20ae (diff) | |
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Fixes #10603
Diffstat (limited to 'cli/tests/lsp/initialize_params_registry.json')
| -rw-r--r-- | cli/tests/lsp/initialize_params_registry.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/lsp/initialize_params_registry.json b/cli/tests/lsp/initialize_params_registry.json index 38777b3d4..0a19c50ec 100644 --- a/cli/tests/lsp/initialize_params_registry.json +++ b/cli/tests/lsp/initialize_params_registry.json @@ -53,6 +53,10 @@ "willSaveWaitUntil": true, "didSave": true } + }, + "workspace": { + "configuration": true, + "workspaceFolders": true } } } |
