mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
flip the default grid layout back for stable
This commit is contained in:
parent
c8603ae198
commit
23875a287e
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ import { isMacintosh, isWindows, isLinux, isWeb } from 'vs/base/common/platform'
|
|||
'workbench.useExperimentalGridLayout': {
|
||||
'type': 'boolean',
|
||||
'description': nls.localize('workbench.useExperimentalGridLayout', "Enables the grid layout for the workbench. This setting may enable additional layout options for workbench components."),
|
||||
'default': true,
|
||||
'default': false,
|
||||
'scope': ConfigurationScope.APPLICATION
|
||||
}
|
||||
}
|
||||
|
@ -360,4 +360,4 @@ import { isMacintosh, isWindows, isLinux, isWeb } from 'vs/base/common/platform'
|
|||
}
|
||||
}
|
||||
});
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue