summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/code_lens_request.json
blob: a876153bf7821ab6d16d1fff67ffbf5b7d930daa (plain)
1
2
3
4
5
6
7
8
9
10
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "textDocument/codeLens",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    }
  }
}