mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 21:55:54 +00:00
clarify doc, fixes https://github.com/microsoft/vscode/issues/126748
This commit is contained in:
5
src/vs/vscode.d.ts
vendored
5
src/vs/vscode.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user