mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
39 lines
627 B
JSON
39 lines
627 B
JSON
|
{
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 0,
|
||
|
"character": 6
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 0,
|
||
|
"character": 7
|
||
|
}
|
||
|
},
|
||
|
"command": {
|
||
|
"title": "1 reference",
|
||
|
"command": "deno.showReferences",
|
||
|
"arguments": [
|
||
|
"file:///a/file.ts",
|
||
|
{
|
||
|
"line": 0,
|
||
|
"character": 6
|
||
|
},
|
||
|
[
|
||
|
{
|
||
|
"uri": "file:///a/file.ts",
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 12,
|
||
|
"character": 14
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 12,
|
||
|
"character": 15
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
}
|