summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/definition_request_asset.json
blob: 5e117cf147d2d64b2b4e23161e8ad3df63c35260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "textDocument/definition",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "position": {
      "line": 0,
      "character": 14
    }
  }
}