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

scm service: update selection on repository disposal

上级 84a9a8fd
......@@ -134,6 +134,7 @@ export class SCMService implements ISCMService {
this._providerIds.delete(provider.id);
this._repositories.splice(index, 1);
this._onDidRemoveProvider.fire(repository);
this.onDidChangeSelection();
});
const repository = new SCMRepository(provider, disposable);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册