mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
22 lines
362 B
JSON
22 lines
362 B
JSON
|
{
|
||
|
"jsonrpc": "2.0",
|
||
|
"id": 5,
|
||
|
"method": "codeLens/resolve",
|
||
|
"params": {
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 93,
|
||
|
"character": 10
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 93,
|
||
|
"character": 15
|
||
|
}
|
||
|
},
|
||
|
"data": {
|
||
|
"specifier": "asset:///lib.es2015.symbol.wellknown.d.ts",
|
||
|
"source": "implementations"
|
||
|
}
|
||
|
}
|
||
|
}
|