mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
31 lines
581 B
JSON
31 lines
581 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|