Disable new async tree by default (#11991)

This commit is contained in:
Charles Gagnon
2020-08-27 14:49:55 -07:00
committed by GitHub
parent 00c7600b05
commit 9824118a07

View File

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