You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a build of VS Code from master (54c9d7f), my user-data state seems to have become corrupted somehow. Now when I try to open VS Code, the editor area is blank and I see the error:
ERR Cannot read property 'minimumWidth' of undefined: TypeError: Cannot read property 'minimumWidth' of undefined
at Workbench.getMaximumEditorDimensions (file:///Users/matb/projects/vscode/out/vs/workbench/browser/layout.js:446:129)
at EditorPart.get minimumHeight [as minimumHeight] (file:///Users/matb/projects/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:571:107)
at WorkbenchLegacyLayout.computeMaxPanelHeight (file:///Users/matb/projects/vscode/out/vs/workbench/browser/legacyLayout.js:127:176)
at WorkbenchLegacyLayout.layout (file:///Users/matb/projects/vscode/out/vs/workbench/browser/legacyLayout.js:325:41)
at Workbench.layout (file:///Users/matb/projects/vscode/out/vs/workbench/browser/layout.js:650:40)
at Workbench.<anonymous> (file:///Users/matb/projects/vscode/out/vs/workbench/browser/workbench.js:87:26)
at Generator.next (<anonymous>)
at file:///Users/matb/projects/vscode/out/vs/workbench/browser/workbench.js:10:71
at new Promise (<anonymous>)
at __awaiter (file:///Users/matb/projects/vscode/out/vs/workbench/browser/workbench.js:6:12)
at instantiationService.invokeFunction (file:///Users/matb/projects/vscode/out/vs/workbench/browser/workbench.js:70:67)
at InstantiationService.invokeFunction (file:///Users/matb/projects/vscode/out/vs/platform/instantiation/common/instantiationService.js:43:27)
at Workbench.startup (file:///Users/matb/projects/vscode/out/vs/workbench/browser/workbench.js:70:38)
at CodeRendererMain.<anonymous> (file:///Users/matb/projects/vscode/out/vs/workbench/electron-browser/desktop.main.js:71:56)
at Generator.next (<anonymous>)
at fulfilled (file:///Users/matb/projects/vscode/out/vs/workbench/electron-browser/desktop.main.js:7:58)
I don't have repo steps for this and am unsure what caused it or even if this is something you can hit in production. However it is really, really bad when this does happen so we should be 100% confident that no users will ever run into this
VS Code version: code-oss-dev 1.38.0 54c9d7f
OS version: Darwin x64 18.6.0
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (8 x 2200)
@sbatten and I figured out this was due to having "workbench.useExperimentalGridLayout": false in my users setting. When using gridlayout, everything works fine. That's also why resetting the user data fixed the issue for me
Issue Type: Bug
Using a build of VS Code from master (54c9d7f), my user-data state seems to have become corrupted somehow. Now when I try to open VS Code, the editor area is blank and I see the error:
I don't have repo steps for this and am unsure what caused it or even if this is something you can hit in production. However it is really, really bad when this does happen so we should be 100% confident that no users will ever run into this
VS Code version: code-oss-dev 1.38.0 54c9d7f
OS version: Darwin x64 18.6.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: