mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Disable new async tree by default (#11991)
This commit is contained in:
@@ -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.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user