mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Feature: Ability to add connection name (#2332)
This commit is contained in:
@@ -201,6 +201,20 @@
|
||||
"providerId": "MSSQL",
|
||||
"displayName": "Microsoft SQL Server",
|
||||
"connectionOptions": [
|
||||
{
|
||||
"specialValueType": "connectionName",
|
||||
"isIdentity": true,
|
||||
"name": "connectionName",
|
||||
"displayName": "Name (optional)",
|
||||
"description": "Custom name of the connection",
|
||||
"groupName": "Source",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": "serverName",
|
||||
"isIdentity": true,
|
||||
|
||||
Reference in New Issue
Block a user