mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
disabling async tree by default (#23037)
This commit is contained in:
@@ -49,7 +49,7 @@ const serverTreeConfig: IConfigurationNode = {
|
||||
'properties': {
|
||||
'serverTree.useAsyncServerTree': {
|
||||
'type': 'boolean',
|
||||
'default': true,
|
||||
'default': false,
|
||||
'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. Requires a restart to take effect.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user