0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/lsp/code_lens_resolve_response.json

52 lines
901 B
JSON
Raw Normal View History

{
"range": {
"start": {
"line": 0,
"character": 6
},
"end": {
"line": 0,
"character": 7
}
},
"command": {
"title": "2 references",
"command": "deno.showReferences",
"arguments": [
"file:///a/file.ts",
{
"line": 0,
"character": 6
},
[
{
"uri": "file:///a/file.ts",
"range": {
"start": {
"line": 0,
"character": 6
},
"end": {
"line": 0,
"character": 7
}
}
},
{
"uri": "file:///a/file.ts",
"range": {
"start": {
"line": 12,
"character": 14
},
"end": {
"line": 12,
"character": 15
}
}
}
]
]
}
}