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