From 62318fdf6d57be76862a568aefb335caac16d69c Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Tue, 23 Apr 2019 12:28:44 +0200 Subject: [PATCH] fix Microsoft/vscode-remote/issues/1442 --- src/vs/platform/update/node/update.config.contribution.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/platform/update/node/update.config.contribution.ts b/src/vs/platform/update/node/update.config.contribution.ts index ed288dce05a..541ae043f97 100644 --- a/src/vs/platform/update/node/update.config.contribution.ts +++ b/src/vs/platform/update/node/update.config.contribution.ts @@ -44,6 +44,7 @@ configurationRegistry.registerConfiguration({ 'update.showReleaseNotes': { type: 'boolean', default: true, + scope: ConfigurationScope.APPLICATION, description: localize('showReleaseNotes', "Show Release Notes after an update. The Release Notes are fetched from a Microsoft online service."), tags: ['usesOnlineServices'] } -- GitLab