summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_change_notification_large_02.json
blob: e8744d620ec042668df3e3e5122668d0b696c476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "jsonrpc": "2.0",
  "method": "textDocument/didChange",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts",
      "version": 2
    },
    "contentChanges": [
      {
        "range": {
          "start": {
            "line": 445,
            "character": 4
          },
          "end": {
            "line": 445,
            "character": 4
          }
        },
        "text": "// "
      }
    ]
  }
}