Actually ignore, don;t just say we do

This commit is contained in:
Jackson Kearl 2021-07-01 08:14:39 -06:00
parent 112e1451ea
commit ec6919acfa
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -516,6 +516,7 @@ export class GettingStartedService extends Disposable implements IGettingStarted
private async registerExtensionNewContributions(extension: IExtensionDescription) {
if (product.quality === 'stable' && !this.configurationService.getValue('workbench.welcome.experimental.startEntries')) {
console.warn('Warning: ignoring startEntries contributed by', extension.identifier, 'becuase this is a stable build and welcome.experimental.startEntries has not been set');
return;
}
extension.contributes?.startEntries?.forEach(entry => {
this.registerNewMenuItem({