disabling async tree by default (#23037)

This commit is contained in:
Aasim Khan
2023-05-09 11:09:33 -07:00
committed by GitHub
parent 706ba6c974
commit bca671bc3f

View File

@@ -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.")
}
}