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
collector.error(localize('submenu.proposedAPI.invalid',"Submenus are proposed API and are only available when running out of dev or with the following command line switch: --enable-proposed-api {0}",extension.description.identifier.value));
collector.error(localize('proposedAPI.invalid.submenu',"{0} is a submenu identifier and is only available when running out of dev or with the following command line switch: --enable-proposed-api {1}",entry.key,extension.description.identifier.value));
collector.error(localize('proposedAPI.invalid.submenureference',"Menu item references a submenu which is only available when running out of dev or with the following command line switch: --enable-proposed-api {0}",extension.description.identifier.value));
693
-
continue;
694
-
}
695
-
696
679
if(menu.supportsSubmenus===false){
697
-
collector.error(localize('proposedAPI.unsupported.submenureference',"Menu item references a submenu for a menu which doesn't have submenu support."));
680
+
collector.error(localize('unsupported.submenureference',"Menu item references a submenu for a menu which doesn't have submenu support."));
0 commit comments