Skip to content

Commit 4098cc7

Browse files
committed
clarifying comment
1 parent 5073c79 commit 4098cc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vs/workbench/services/editor/common/editorService.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ export interface IBaseSaveRevertAllEditorOptions {
8484

8585
/**
8686
* Whether to include scratchpad editors.
87+
* Scratchpads are not included if not specified.
8788
*/
8889
readonly includeScratchpad: boolean;
89-
}
90-
| boolean;
90+
91+
} | boolean;
9192

9293
/**
9394
* Whether to exclude sticky editors.

0 commit comments

Comments
 (0)