mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user