summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/selection_range_request.json
blob: 5125fa6a02d857c93adbf155a1c4dd2621d0add8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "textDocument/selectionRange",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts"
    },
    "positions": [
      {
        "line": 2,
        "character": 8
      }
    ]
  }
}