2020-12-07 21:46:39 +11:00
|
|
|
{
|
|
|
|
"jsonrpc": "2.0",
|
|
|
|
"id": 1,
|
|
|
|
"method": "initialize",
|
|
|
|
"params": {
|
|
|
|
"processId": 0,
|
|
|
|
"clientInfo": {
|
|
|
|
"name": "test-harness",
|
|
|
|
"version": "1.0.0"
|
|
|
|
},
|
|
|
|
"rootUri": null,
|
2020-12-22 16:42:32 +11:00
|
|
|
"initializationOptions": {
|
|
|
|
"enable": true,
|
2021-02-01 14:30:41 +11:00
|
|
|
"codeLens": {
|
|
|
|
"references": true
|
|
|
|
},
|
2020-12-22 16:42:32 +11:00
|
|
|
"lint": true,
|
|
|
|
"importMap": null,
|
|
|
|
"unstable": false
|
|
|
|
},
|
2020-12-07 21:46:39 +11:00
|
|
|
"capabilities": {
|
|
|
|
"textDocument": {
|
|
|
|
"synchronization": {
|
|
|
|
"dynamicRegistration": true,
|
|
|
|
"willSave": true,
|
|
|
|
"willSaveWaitUntil": true,
|
|
|
|
"didSave": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|