提交 6f796f24 编写于 作者: J Joao Moreno

disable fast updates by default

上级 45c14cf0
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
import * as nls from 'vs/nls'; import * as nls from 'vs/nls';
import 'vs/css!./media/update.contribution'; import 'vs/css!./media/update.contribution';
import product from 'vs/platform/node/product';
import { Registry } from 'vs/platform/registry/common/platform'; import { Registry } from 'vs/platform/registry/common/platform';
import { IWorkbenchContributionsRegistry, Extensions as WorkbenchExtensions } from 'vs/workbench/common/contributions'; import { IWorkbenchContributionsRegistry, Extensions as WorkbenchExtensions } from 'vs/workbench/common/contributions';
import { ReleaseNotesEditor } from 'vs/workbench/parts/update/electron-browser/releaseNotesEditor'; import { ReleaseNotesEditor } from 'vs/workbench/parts/update/electron-browser/releaseNotesEditor';
...@@ -61,7 +60,7 @@ configurationRegistry.registerConfiguration({ ...@@ -61,7 +60,7 @@ configurationRegistry.registerConfiguration({
}, },
'update.enableWindowsBackgroundUpdates': { 'update.enableWindowsBackgroundUpdates': {
'type': 'boolean', 'type': 'boolean',
'default': product.quality === 'insider', 'default': false,
'description': nls.localize('enableWindowsBackgroundUpdates', "Enables Windows background updates.") 'description': nls.localize('enableWindowsBackgroundUpdates', "Enables Windows background updates.")
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册