diff --git a/src/extension/inject.ts b/src/extension/inject.ts index 9b8de95..5889ee5 100644 --- a/src/extension/inject.ts +++ b/src/extension/inject.ts @@ -193,8 +193,8 @@ if(panelBackgrounds.length > 0){ + // notification overrides ` bk_global.appendChild(document.createTextNode(\` - div.notification-toast:has(> div.notifications-list-container > div.monaco-list[aria-label="Your Code installation appears to be corrupt. Please reinstall., notification"]), - div.notification-toast:has(> div.notifications-list-container > div.monaco-list[aria-label="Your Code - Insiders installation appears to be corrupt. Please reinstall., notification"]) { + div.notification-toast:has(> div.notifications-list-container > div.monaco-list[aria-label*="Your Code installation appears to be corrupt. Please reinstall., notification"]), + div.notification-toast:has(> div.notifications-list-container > div.monaco-list[aria-label*="Your Code - Insiders installation appears to be corrupt. Please reinstall., notification"]) { display: none;