summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/initialize_request_unstable.json
blob: 8c086c838b7b9f56d0c917dfcfd6986ae83705ec (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
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "initialize",
  "params": {
    "processId": 0,
    "clientInfo": {
      "name": "test-harness",
      "version": "1.0.0"
    },
    "rootUri": null,
    "initializationOptions": {
      "enable": true,
      "lint": true,
      "unstable": true,
      "config": null,
      "importMap": null
    },
    "capabilities": {
      "textDocument": {
        "synchronization": {
          "dynamicRegistration": true,
          "willSave": true,
          "willSaveWaitUntil": true,
          "didSave": true
        }
      }
    }
  }
}