Files
ada_language_server/testsuite/codecs/code_action_response.json
2019-06-03 15:23:59 +03:00

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"
]
}
]
}