summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_open_notification_asset.json
blob: 6288bbc534517a15c362b3565fd7b94be022a7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "jsonrpc": "2.0",
  "method": "textDocument/didOpen",
  "params": {
    "textDocument": {
      "uri": "file:///a/file.ts",
      "languageId": "typescript",
      "version": 1,
      "text": "console.log(\"hello deno!\");\n"
    }
  }
}