Update placeholder text for mssql server name (#24350)

This commit is contained in:
Cheena Malhotra
2023-09-08 16:05:46 -07:00
committed by GitHub
parent faebec9988
commit 29127a003e

View File

@@ -84,7 +84,7 @@
"mssql.connectionOptions.connectionName.description": "Custom name of the connection",
"mssql.connectionOptions.serverName.displayName": "Server",
"mssql.connectionOptions.serverName.description": "Name of the SQL Server instance",
"mssql.connectionOptions.serverName.placeholder": "e.g. tcp:servername,1433",
"mssql.connectionOptions.serverName.placeholder": "e.g. servername,port",
"mssql.connectionOptions.databaseName.displayName": "Database",
"mssql.connectionOptions.databaseName.description": "The name of the initial catalog or database int the data source",
"mssql.connectionOptions.authType.displayName": "Authentication type",