tsl-devkit/lsp-server/test/request_json/didClose.json

10 lines
162 B
JSON

{
"jsonrpc": "2.0",
"method": "textDocument/didClose",
"params": {
"textDocument": {
"uri": "{{MAIN_UNIT_URI}}"
}
}
}