diff --git a/src/sql/workbench/contrib/objectExplorer/common/serverGroup.contribution.ts b/src/sql/workbench/contrib/objectExplorer/common/serverGroup.contribution.ts index 15aa1ebe69..a786809443 100644 --- a/src/sql/workbench/contrib/objectExplorer/common/serverGroup.contribution.ts +++ b/src/sql/workbench/contrib/objectExplorer/common/serverGroup.contribution.ts @@ -48,7 +48,7 @@ const serverTreeConfig: IConfigurationNode = { 'properties': { 'serverTree.useAsyncServerTree': { 'type': 'boolean', - 'default': true, + 'default': false, 'description': localize('serverTree.useAsyncServerTree', "(Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering.") } }