提交 cb5907d6 编写于 作者: J Joao Moreno

make scm the default behaviour for everyone

fixes #22131
上级 643c29fc
......@@ -14,10 +14,10 @@ import { IMessageService } from 'vs/platform/message/common/message';
import pkg from 'vs/platform/node/package';
// tslint:enable
// Enable this by default for insiders
// Enable this by default
function getDefaultValue(): boolean {
const value = window.localStorage.getItem('enablePreviewSCM');
return /insider$/.test(pkg.version) ? value !== 'false' : value === 'true';
return value !== 'false';
}
export default class SCMPreview {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册