diff --git a/src/vs/workbench/browser/workbench.contribution.ts b/src/vs/workbench/browser/workbench.contribution.ts index fdae8719bb28409995a8a764488f72fb0596b94b..30373ccb986cc35377ac0a455a5cc490691fab07 100644 --- a/src/vs/workbench/browser/workbench.contribution.ts +++ b/src/vs/workbench/browser/workbench.contribution.ts @@ -210,7 +210,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio }, 'workbench.view.experimental.allowMovingToNewContainer': { 'type': 'boolean', - 'default': false, + 'default': true, 'description': nls.localize('movingViewContainer', "Controls whether specific views will have a context menu entry allowing them to be moved to a new container. Currently, this setting only affects the outline view and views contributed by extensions.") }, 'workbench.fontAliasing': {