This commit is contained in:
Johannes Rieken
2021-10-22 14:45:56 +02:00
parent dc811974e5
commit 7ca1f2cce8

5
src/vs/vscode.d.ts vendored
View File

@@ -766,8 +766,9 @@ declare module 'vscode' {
preserveFocus?: boolean;
/**
* An optional flag that controls if an {@link TextEditor editor}-tab will be replaced
* with the next editor or if it will be kept.
* An optional flag that controls if an {@link TextEditor editor}-tab shows as preview. Preview tabs will
* be replaced and reused until set to stay - either explicitly or through editing. The default behaviour depends
* on the `workbench.editor.enablePreview`-setting.
*/
preview?: boolean;