mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
21 lines
329 B
JSON
21 lines
329 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 4,
|
|
"method": "codeLens/resolve",
|
|
"params": {
|
|
"range": {
|
|
"start": {
|
|
"line": 0,
|
|
"character": 6
|
|
},
|
|
"end": {
|
|
"line": 0,
|
|
"character": 7
|
|
}
|
|
},
|
|
"data": {
|
|
"specifier": "file:///a/file.ts",
|
|
"source": "references"
|
|
}
|
|
}
|
|
}
|