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