提交 8f36acde 编写于 作者: J Johannes Rieken

don't listen to storage changes for now

上级 07406331
......@@ -227,11 +227,11 @@ class SuggestMemoryService extends Disposable implements ISuggestMemoryService {
update();
}
}));
this._register(this._storageService.onDidChangeStorage(e => {
if (e.scope === StorageScope.GLOBAL && e.key.indexOf(this._storagePrefix) === 0) {
update();
}
}));
// this._register(this._storageService.onDidChangeStorage(e => {
// if (e.scope === StorageScope.GLOBAL && e.key.indexOf(this._storagePrefix) === 0) {
// update();
// }
// }));
update();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册