mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Differentiated server icons by server type: box, big data cluster, cloud... (#5241)
This commit is contained in:
@@ -418,6 +418,22 @@
|
||||
"connectionProvider": {
|
||||
"providerId": "MSSQL",
|
||||
"displayName": "%mssql.provider.displayName%",
|
||||
"iconPath": [
|
||||
{
|
||||
"id": "mssql:cloud",
|
||||
"path": {
|
||||
"light": "resources/light/azureDB.svg",
|
||||
"dark": "resources/dark/azureDB_inverse.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mssql:cluster",
|
||||
"path": {
|
||||
"light": "resources/light/sql_bigdata_cluster.svg",
|
||||
"dark": "resources/dark/sql_bigdata_cluster_inverse.svg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"connectionOptions": [
|
||||
{
|
||||
"specialValueType": "connectionName",
|
||||
|
||||
Reference in New Issue
Block a user