mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Adding support for blob containers in migration extension (#15516)
* Adding support for blob containers and infoboxes * vbumping migration for May month release. * setting resotered count to 0 when the active backupsets is empty. * Removing unnecessary ! * Excluding readme gif from the vsix package * Removing info box as it not needed now. * Removing all the changes to migration mode page for the infobox
This commit is contained in:
@@ -29,6 +29,7 @@ export class IconPathHelper {
|
||||
public static sqlDatabaseWarningLogo: IconPath;
|
||||
public static cancel: IconPath;
|
||||
public static warning: IconPath;
|
||||
public static info: IconPath;
|
||||
|
||||
public static setExtensionContext(context: vscode.ExtensionContext) {
|
||||
IconPathHelper.copy = {
|
||||
@@ -103,5 +104,9 @@ export class IconPathHelper {
|
||||
light: context.asAbsolutePath('images/warning.svg'),
|
||||
dark: context.asAbsolutePath('images/warning.svg')
|
||||
};
|
||||
IconPathHelper.info = {
|
||||
light: context.asAbsolutePath('images/info.svg'),
|
||||
dark: context.asAbsolutePath('images/infoBox.svg')
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user