Skip to content

Commit aae636e

Browse files
committed
remove update.enableWindowsBackgroundUpdates from online settings
1 parent f15e5a7 commit aae636e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/platform/update/node/update.config.contribution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ configurationRegistry.registerConfiguration({
4141
scope: ConfigurationScope.APPLICATION,
4242
title: localize('enableWindowsBackgroundUpdatesTitle', "Enable Background Updates on Windows"),
4343
description: localize('enableWindowsBackgroundUpdates', "Enable to download and install new VS Code Versions in the background on Windows"),
44-
tags: ['usesOnlineServices'],
4544
included: isWindows
4645
},
4746
'update.showReleaseNotes': {

0 commit comments

Comments
 (0)