提交 390cc41c 编写于 作者: J Joao Moreno

fixes #21047

上级 1dfd40e1
......@@ -76,6 +76,7 @@ class DirtyDiffModelDecorator {
this.toDispose = [];
this.triggerDiff();
this.toDispose.push(model.onDidChangeContent(() => this.triggerDiff()));
this.toDispose.push(scmService.onDidChangeProvider(() => this.triggerDiff()));
}
private triggerDiff(): winjs.Promise {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册