mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
OS X - When quitting in fullscreen mode, it should reopen in full screen mode (fixes #1491)
This commit is contained in:
@@ -25,6 +25,7 @@ export interface IWindowConfiguration {
|
||||
window: {
|
||||
openFilesInNewWindow: boolean;
|
||||
reopenFolders: string;
|
||||
restoreFullscreen: boolean;
|
||||
zoomLevel: number;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user