0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests/lsp/code_action_params_refactor.json

22 lines
275 B
JSON
Raw Normal View History

{
"textDocument": {
"uri": "file:///a/file.ts"
},
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 33
}
},
"context": {
"diagnostics": [],
"only": [
"refactor"
]
}
}