mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
22 lines
275 B
JSON
22 lines
275 B
JSON
|
{
|
||
|
"textDocument": {
|
||
|
"uri": "file:///a/file.ts"
|
||
|
},
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 0,
|
||
|
"character": 7
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 0,
|
||
|
"character": 33
|
||
|
}
|
||
|
},
|
||
|
"context": {
|
||
|
"diagnostics": [],
|
||
|
"only": [
|
||
|
"refactor"
|
||
|
]
|
||
|
}
|
||
|
}
|