summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/code_lens_request_asset.json
blob: b9db86749ecc51f441a7f616d24754c471c21e37 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "textDocument/codeLens",
  "params": {
    "textDocument": {
      "uri": "deno:/asset//lib.es2015.symbol.wellknown.d.ts"
    }
  }
}