We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759bcdc commit 823f12eCopy full SHA for 823f12e
doc/channel.jax
@@ -1500,7 +1500,7 @@ JSON-RPC リクエストをサーバーに送信して応答を非同期に処
1500
let req.params.textDocument = #{uri: 'a.c'}
1501
let req.params.position = #{line: 10, character: 3}
1502
let reqstatus = ch_sendexpr(ch, req, #{callback: 'LspComplete'})
1503
- " send a cancellation notification
+ " キャンセル通知を送信
1504
let notif = {}
1505
let notif.method = '$/cancelRequest'
1506
let notif.id = reqstatus.id
0 commit comments