Enabling async server tree in insiders (#22596)

This commit is contained in:
Aasim Khan
2023-04-03 17:15:52 -07:00
committed by GitHub
parent b2f131a8ba
commit 958a3f85e5
2 changed files with 3 additions and 4 deletions

View File

@@ -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',