mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Retry sql migration (#17376)
This commit is contained in:
@@ -39,6 +39,7 @@ export class IconPathHelper {
|
||||
public static newSupportRequest: IconPath;
|
||||
public static emptyTable: IconPath;
|
||||
public static addAzureAccount: IconPath;
|
||||
public static retry: IconPath;
|
||||
|
||||
public static setExtensionContext(context: vscode.ExtensionContext) {
|
||||
IconPathHelper.copy = {
|
||||
@@ -153,5 +154,9 @@ export class IconPathHelper {
|
||||
light: context.asAbsolutePath('images/noAzureAccount.svg'),
|
||||
dark: context.asAbsolutePath('images/noAzureAccount.svg')
|
||||
};
|
||||
IconPathHelper.retry = {
|
||||
light: context.asAbsolutePath('images/retry.svg'),
|
||||
dark: context.asAbsolutePath('images/retry.svg')
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user