diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-10 11:16:04 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-10 11:16:04 +1000 |
| commit | 84733d90c7cf9b6768acf78f4204b2293f2d1bc0 (patch) | |
| tree | 77b46b8c22a441895205d8898bb27a41c20bdf51 /cli/bench/fixtures | |
| parent | 33b1a6ed617a9e3f9448d6699f6fca8af7330c80 (diff) | |
feat: support workspace folders configuration (#10488)
Ref #8643
Diffstat (limited to 'cli/bench/fixtures')
| -rw-r--r-- | cli/bench/fixtures/initialize_params.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/bench/fixtures/initialize_params.json b/cli/bench/fixtures/initialize_params.json index c4eb19c70..d8a396b90 100644 --- a/cli/bench/fixtures/initialize_params.json +++ b/cli/bench/fixtures/initialize_params.json @@ -39,6 +39,10 @@ "willSaveWaitUntil": true, "didSave": true } + }, + "workspace": { + "configuration": true, + "workspaceFolders": true } } } |
