Skip to content

Commit

Permalink
remove old license notification
Browse files Browse the repository at this point in the history
related to #119463
  • Loading branch information
joaomoreno committed May 26, 2021
1 parent c704e43 commit d662cc5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/vs/workbench/contrib/update/browser/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ export class ProductContribution implements IWorkbenchContribution {
});
}

// should we show the new license?
if (productService.licenseUrl && lastVersion && lastVersion.major < 1 && currentVersion && currentVersion.major >= 1) {
notificationService.info(nls.localize('licenseChanged', "Our license terms have changed, please click [here]({0}) to go through them.", productService.licenseUrl));
}

storageService.store(ProductContribution.KEY, productService.version, StorageScope.GLOBAL, StorageTarget.MACHINE);
});
}
Expand Down

0 comments on commit d662cc5

Please sign in to comment.