mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Dev/brih/revert feedbackdialog commits (#15567)
* Revert "hide support request, widen feedback dialog" This reverts commit1d75fcfed5. * Revert "adding feedback dialog and support request buttons" This reverts commit866ced5c08.
This commit is contained in:
@@ -30,10 +30,6 @@ export class IconPathHelper {
|
||||
public static cancel: IconPath;
|
||||
public static warning: IconPath;
|
||||
public static info: IconPath;
|
||||
public static newSupportRequest: IconPath;
|
||||
public static sendFeedback: IconPath;
|
||||
public static solidBlueStar: IconPath;
|
||||
public static blueStar: IconPath;
|
||||
|
||||
public static setExtensionContext(context: vscode.ExtensionContext) {
|
||||
IconPathHelper.copy = {
|
||||
@@ -112,21 +108,5 @@ export class IconPathHelper {
|
||||
light: context.asAbsolutePath('images/info.svg'),
|
||||
dark: context.asAbsolutePath('images/infoBox.svg')
|
||||
};
|
||||
IconPathHelper.newSupportRequest = {
|
||||
light: context.asAbsolutePath('images/newSupportRequest.svg'),
|
||||
dark: context.asAbsolutePath('images/newSupportRequest.svg')
|
||||
};
|
||||
IconPathHelper.sendFeedback = {
|
||||
light: context.asAbsolutePath('images/sendFeedback.svg'),
|
||||
dark: context.asAbsolutePath('images/sendFeedback.svg')
|
||||
};
|
||||
IconPathHelper.solidBlueStar = {
|
||||
light: context.asAbsolutePath('images/solidBlueStar.svg'),
|
||||
dark: context.asAbsolutePath('images/solidBlueStar.svg')
|
||||
};
|
||||
IconPathHelper.blueStar = {
|
||||
light: context.asAbsolutePath('images/blueStar.svg'),
|
||||
dark: context.asAbsolutePath('images/blueStar.svg')
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user