You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{"id":1,
|
|
"jsonrpc":"2.0",
|
|
"result": {
|
|
"capabilities": {
|
|
"textDocumentSync": {
|
|
"openClose": true,
|
|
"change": 2,
|
|
"willSave": true,
|
|
"willSaveWaitUntil": true,
|
|
"save": {}
|
|
}
|
|
}
|
|
}
|
|
}
|