Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57841b3 commit 99664eeCopy full SHA for 99664ee
arduino-ide-extension/src/electron-main/theia/electron-main-application.ts
@@ -363,9 +363,8 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
363
options.webPreferences = {};
364
}
365
options.webPreferences.v8CacheOptions = 'bypassHeatCheck'; // TODO: verify this. VS Code use this V8 option.
366
- options.useContentSize = true;
367
options.minWidth = 680;
368
- options.minHeight = 565;
+ options.minHeight = 593;
369
return options;
370
371
0 commit comments