mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
web - provide env.isBuilt properly
This commit is contained in:
@@ -658,7 +658,6 @@ export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
|
||||
// Title style related
|
||||
windowConfiguration.maximized = this._win.isMaximized();
|
||||
windowConfiguration.frameless = this.hasHiddenTitleBarStyle && !isMacintosh;
|
||||
|
||||
// Dump Perf Counters
|
||||
windowConfiguration.perfEntries = perf.exportEntries();
|
||||
|
||||
Reference in New Issue
Block a user