We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2b849 commit 241fd2bCopy full SHA for 241fd2b
arduino-ide-extension/src/electron-main/theia/electron-main-application.ts
@@ -339,6 +339,9 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
339
options.webPreferences = {};
340
}
341
options.webPreferences.v8CacheOptions = 'bypassHeatCheck'; // TODO: verify this. VS Code use this V8 option.
342
+ options.useContentSize = true;
343
+ options.minWidth = 680;
344
+ options.minHeight = 565;
345
return options;
346
347
0 commit comments