提交 858db5c1 编写于 作者: S Sandeep Somavarapu

fix default

上级 24eb4d16
......@@ -71,7 +71,7 @@ export class ExtensionsSynchroniser extends Disposable implements ISynchroniser
async sync(): Promise<boolean> {
const syncExtensions = this.configurationService.getValue<boolean>('userConfiguration.syncExtensions');
if (syncExtensions === undefined || syncExtensions === false) {
if (syncExtensions === false) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册