mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Introduce 'Command Timeout' option for MSSQL connections (#21734)
This commit is contained in:
@@ -746,6 +746,20 @@
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
"name": "commandTimeout",
|
||||
"displayName": "%mssql.connectionOptions.commandTimeout.displayName%",
|
||||
"description": "%mssql.connectionOptions.commandTimeout.description%",
|
||||
"groupName": "%mssql.connectionOptions.groupName.initialization%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "30",
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
|
||||
Reference in New Issue
Block a user