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