mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
84733d90c7
Ref #8643
48 lines
956 B
JSON
48 lines
956 B
JSON
{
|
|
"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
|
|
}
|
|
},
|
|
"workspace": {
|
|
"configuration": true,
|
|
"workspaceFolders": true
|
|
}
|
|
}
|
|
}
|