mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
editor - add and adopt revert()
This commit is contained in:
@@ -334,6 +334,9 @@ export interface IRevertOptions {
|
||||
/**
|
||||
* A soft revert will clear dirty state of a working copy
|
||||
* but will not attempt to load it from its persisted state.
|
||||
*
|
||||
* This option may be used in scenarios where an editor is
|
||||
* closed and where we do not require to load the contents.
|
||||
*/
|
||||
soft?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user