lean4-htt/tests/lean/interactive/codeaction.lean.expected.out
2022-10-20 11:20:42 -07:00

15 lines
461 B
Text

{"title": "hello world",
"kind": "quickfix",
"edit":
{"documentChanges":
[{"textDocument": {"version": 0, "uri": "file://codeaction.lean"},
"edits":
[{"range":
{"start": {"line": 29, "character": 4},
"end": {"line": 29, "character": 4}},
"newText": "hello!!!"}]}],
"changes": {},
"changeAnnotations": {}}}
{"title": "a long-running action",
"kind": "refactor",
"data": {"uri": "file://codeaction.lean", "resolverId": "1"}}