summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/semantic_tokens_range_request.json
blob: 3b09944a1d3b47944f52ba48c0b4501520ac46ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "textDocument/semanticTokens/range",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "range": {
      "start": {
        "line": 0,
        "character": 0
      },
      "end": {
        "line": 6,
        "character": 0
      }
    }
  }
}