summaryrefslogtreecommitdiff
path: root/cli/bench/fixtures/initialize_params.json
blob: c4eb19c70f6c862e390fc4d70c1590665dbabaa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "processId": 0,
  "clientInfo": {
    "name": "bench-harness",
    "version": "1.0.0"
  },
  "rootUri": null,
  "initializationOptions": {
    "enable": true,
    "codeLens": {
      "implementations": true,
      "references": true
    },
    "lint": true,
    "importMap": null,
    "unstable": false
  },
  "capabilities": {
    "textDocument": {
      "codeAction": {
        "codeActionLiteralSupport": {
          "codeActionKind": {
            "valueSet": [
              "quickfix"
            ]
          }
        },
        "isPreferredSupport": true,
        "dataSupport": true,
        "resolveSupport": {
          "properties": [
            "edit"
          ]
        }
      },
      "synchronization": {
        "dynamicRegistration": true,
        "willSave": true,
        "willSaveWaitUntil": true,
        "didSave": true
      }
    }
  }
}