summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_open_notification_mbc_fmt.json
blob: 528dad25ddbf32bf9aa731fbcb6c6dfd6e890d64 (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": "const bar = 'πŸ‘πŸ‡ΊπŸ‡ΈπŸ˜ƒ'\nconsole.log('hello deno')\n"
    }
  }
}