You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitvscode.window.showWarningMessage(`Portal web apps cannot be used in the Simple Browser tab if their 'UseCookies' property is set to 'Always' (the default). To resolve this, use Portal's security section to change it to 'Autodetect' in these apps: ${appsRequiringCookie.join(", ")}`,{modal: true});
64
+
return;
65
+
}
66
+
else{
67
+
simpleBrowserCompatible.set(name,true);
68
+
}
69
+
}
70
+
else{
71
+
vscode.window.showWarningMessage(`Unable to check the Portal web apps for compatibility with Simple Browser.`);
0 commit comments