mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-25 15:35:43 +01:00
disable fast updates by default
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
import * as nls from 'vs/nls';
|
||||
import 'vs/css!./media/update.contribution';
|
||||
import product from 'vs/platform/node/product';
|
||||
import { Registry } from 'vs/platform/registry/common/platform';
|
||||
import { IWorkbenchContributionsRegistry, Extensions as WorkbenchExtensions } from 'vs/workbench/common/contributions';
|
||||
import { ReleaseNotesEditor } from 'vs/workbench/parts/update/electron-browser/releaseNotesEditor';
|
||||
@@ -61,7 +60,7 @@ configurationRegistry.registerConfiguration({
|
||||
},
|
||||
'update.enableWindowsBackgroundUpdates': {
|
||||
'type': 'boolean',
|
||||
'default': product.quality === 'insider',
|
||||
'default': false,
|
||||
'description': nls.localize('enableWindowsBackgroundUpdates', "Enables Windows background updates.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user