mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Fix missing add azure account button in accountDialog (#15852)
* fix missing add azure account button in accoundDialog * add sql edit note * fix other getActions overrides * use registerAction2 for adding account button * fix icon and cleanup * fix big add account button * lint
This commit is contained in:
@@ -13,5 +13,6 @@ export const enum SqlIconId {
|
||||
addServerGroupAction = 'add-server-group-action',
|
||||
addServerAction = 'add-server-action',
|
||||
activeConnectionsAction = 'active-connections-action',
|
||||
serverPage = 'server-page'
|
||||
serverPage = 'server-page',
|
||||
addAccountAction = 'add-linked-account-action'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user