summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_open_notification_completion_registry.json
blob: cb8ad259275d63ceb1cfae39a4f4e62a1ae4e7ad (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": "import * as a from \"http://localhost:4545/x/a@\""
    }
  }
}