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
13 lines
228 B
JSON
13 lines
228 B
JSON
{"id":1,
|
|
"jsonrpc":"2.0",
|
|
"result": [
|
|
{
|
|
"title": "Disable no-unused-vars for this line",
|
|
"command": "eslint.applyDisableLine",
|
|
"arguments": [
|
|
"no-unused-vars"
|
|
]
|
|
}
|
|
]
|
|
}
|