summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/references_request_asset.json
blob: 6c2430e5052fadb2855a834c0ba30938b1368099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "textDocument/references",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "position": {
      "line": 0,
      "character": 3
    },
    "context": {
      "includeDeclaration": true
    }
  }
}