mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
disabling async tree by default (#23037)
This commit is contained in:
@@ -49,7 +49,7 @@ const serverTreeConfig: IConfigurationNode = {
|
|||||||
'properties': {
|
'properties': {
|
||||||
'serverTree.useAsyncServerTree': {
|
'serverTree.useAsyncServerTree': {
|
||||||
'type': 'boolean',
|
'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.")
|
'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