mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Support enabling connection pooling (on demand) + additional telemetry (#23664)
This commit is contained in:
@@ -436,6 +436,11 @@
|
||||
"description": "%mssql.enableSqlAuthenticationProvider%",
|
||||
"default": true
|
||||
},
|
||||
"mssql.enableConnectionPooling": {
|
||||
"type": "boolean",
|
||||
"description": "%mssql.enableConnectionPooling%",
|
||||
"default": false
|
||||
},
|
||||
"mssql.tableDesigner.preloadDatabaseModel": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user