mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Show image with "Add Account" message if user hasn't signed in - Migration Status Dialog (#16932)
This commit is contained in:
@@ -38,6 +38,7 @@ export class IconPathHelper {
|
||||
public static expandButtonOpen: IconPath;
|
||||
public static newSupportRequest: IconPath;
|
||||
public static emptyTable: IconPath;
|
||||
public static addAzureAccount: IconPath;
|
||||
|
||||
public static setExtensionContext(context: vscode.ExtensionContext) {
|
||||
IconPathHelper.copy = {
|
||||
@@ -148,5 +149,9 @@ export class IconPathHelper {
|
||||
light: context.asAbsolutePath('images/emptyTable.svg'),
|
||||
dark: context.asAbsolutePath('images/emptyTable.svg')
|
||||
};
|
||||
IconPathHelper.addAzureAccount = {
|
||||
light: context.asAbsolutePath('images/noAzureAccount.svg'),
|
||||
dark: context.asAbsolutePath('images/noAzureAccount.svg')
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user