|
@@ -9,7 +9,7 @@ index 1f329c4..3e36bff 100644
|
|
|
import { IThemeService } from '../../../../platform/theme/common/themeService.js';
|
|
|
@@ -30,2 +30,3 @@ import { widgetClose } from '../../../../platform/theme/common/iconRegistry.js';
|
|
|
import { BannerFocused } from '../../../common/contextkeys.js';
|
|
|
-+import { INeverShowAgainOptions, NeverShowAgainScope } from '../../../../platform/notification/common/notification';
|
|
|
++import { INeverShowAgainOptions, NeverShowAgainScope } from '../../../../platform/notification/common/notification.js';
|
|
|
|
|
|
@@ -67,3 +68,3 @@ export class BannerPart extends Part implements IBannerService {
|
|
|
@IWorkbenchLayoutService layoutService: IWorkbenchLayoutService,
|
|
@@ -53,7 +53,7 @@ index 2db0fa4..d179055 100644
|
|
|
+++ b/src/vs/workbench/services/banner/browser/bannerService.ts
|
|
|
@@ -10,2 +10,3 @@ import { ILinkDescriptor } from '../../../../platform/opener/browser/link.js';
|
|
|
import { ThemeIcon } from '../../../../base/common/themables.js';
|
|
|
-+import { INeverShowAgainOptions } from '../../../../platform/notification/common/notification';
|
|
|
++import { INeverShowAgainOptions } from '../../../../platform/notification/common/notification.js';
|
|
|
|
|
|
@@ -18,2 +19,3 @@ export interface IBannerItem {
|
|
|
readonly onClose?: () => void;
|