mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Enabling async server tree in insiders (#22596)
This commit is contained in:
@@ -49,8 +49,8 @@ const serverTreeConfig: IConfigurationNode = {
|
||||
'properties': {
|
||||
'serverTree.useAsyncServerTree': {
|
||||
'type': 'boolean',
|
||||
'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.")
|
||||
'default': true,
|
||||
'description': localize('serverTree.useAsyncServerTree', "Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering.")
|
||||
},
|
||||
'serverTree.nodeExpansionTimeout': {
|
||||
'type': 'number',
|
||||
|
||||
Reference in New Issue
Block a user