This commit is contained in:
Joao Moreno 2016-07-26 12:29:42 +02:00
parent 0e88fd16c2
commit 47a2a1133d

View file

@ -32,7 +32,7 @@ class NPSContribution implements IWorkbenchContribution {
@IMessageService messageService: IMessageService,
@ITelemetryService telemetryService: ITelemetryService
) {
const skipVersion = storageService.get(SKIP_VERSION_KEY, StorageScope.GLOBAL, '0.0.0');
const skipVersion = storageService.get(SKIP_VERSION_KEY, StorageScope.GLOBAL, '');
if (skipVersion) {
return;