Adding setting for OE expansion timeout (#21985)

* Adding setting for OE expansion timeout

* Cleaning up the names

* Adding minimum timeout value
This commit is contained in:
Aasim Khan
2023-02-17 23:02:57 -08:00
committed by GitHub
parent b5ce7af090
commit 22c3829225
2 changed files with 7 additions and 1 deletions

View File

@@ -391,6 +391,12 @@
"type": "boolean",
"default": false,
"description": "%mssql.objectExplorer.groupBySchema%"
},
"mssql.objectExplorer.expandTimeout": {
"type": "number",
"default": 45,
"minimum": 1,
"description": "%mssql.objectExplorer.expandTimeout%"
}
}
},

View File

@@ -174,7 +174,6 @@
"databasesListProperties.size": "Size (MB)",
"databasesListProperties.lastBackup": "Last backup",
"objectsListProperties.name": "Name",
"title.newTable": "New Table",
"title.designTable": "Design",
"mssql.parallelMessageProcessing" : "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.",
@@ -182,6 +181,7 @@
"mssql.objectExplorer.groupBySchema": "When enabled, the database objects in Object Explorer will be categorized by schema.",
"mssql.objectExplorer.enableGroupBySchema":"Enable Group By Schema",
"mssql.objectExplorer.disableGroupBySchema":"Disable Group By Schema",
"mssql.objectExplorer.expandTimeout": "The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.",
"title.newServerRole": "New Server Role",
"title.newLogin": "New Login",
"title.newDatabaseRole": "New Database Role",