Skip to content

Commit ce8cd89

Browse files
committed
disable grid for webview
1 parent 803e140 commit ce8cd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ import { isMacintosh, isWindows, isLinux, isWeb } from 'vs/base/common/platform'
237237
'workbench.useExperimentalGridLayout': {
238238
'type': 'boolean',
239239
'description': nls.localize('workbench.useExperimentalGridLayout', "Enables the grid layout for the workbench. This setting may enable additional layout options for workbench components."),
240-
'default': true,
240+
'default': false,
241241
'scope': ConfigurationScope.APPLICATION
242242
}
243243
}

0 commit comments

Comments
 (0)