ReadonlyactiveThe editor the user is focused on, or undefined when none is.
ReadonlyrevealedEvery span revealed, in order.
ReadonlyundoThe undo boundary each applied batch asked for, in order.
A grouped edit is ['before', 'none', …, 'after']; a lone one is
['both']. There is no in-memory undo stack to observe, so this is how a
test checks that a pipeline is one step rather than several.
ReadonlyworkspaceEvery cross-file edit requested, in order.
Closes the active editor, so active reads undefined.
Makes the next applyEdits resolve false, as a refused edit does.
The document's current text, including every edit applied so far.
Applies replacements across any number of files as one transaction.
Optionaloptions: WorkspaceEditOptions
In-memory editor capability for deterministic feature tests. Methods prefixed with
_are test controls, never production port members.