mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
void agent
This commit is contained in:
parent
75f1a2d79b
commit
f60d5cad2f
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ class EditCodeService extends Disposable implements IEditCodeService {
|
|||
const elt: IUndoRedoElement = {
|
||||
type: UndoRedoElementType.Resource,
|
||||
resource: uri,
|
||||
label: 'Void Changes',
|
||||
label: 'Void Agent',
|
||||
code: 'undoredo.editCode',
|
||||
undo: () => { opts?.onWillUndo?.(); restoreDiffAreas(beforeSnapshot); },
|
||||
redo: () => { if (afterSnapshot) restoreDiffAreas(afterSnapshot) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue