summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/hover_request_asset_02.json
blob: 30f4047096bce5eb0c86f8a018359e837422fc8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "textDocument/hover",
  "params": {
    "textDocument": {
      "uri": "deno:/asset//lib.es2015.symbol.wellknown.d.ts"
    },
    "position": {
      "line": 109,
      "character": 13
    }
  }
}