提交 6c09f4aa 编写于 作者: J Johannes Rieken

don't report progress when running check-ignore, #36754

上级 3ebb8c2c
......@@ -338,6 +338,7 @@ function isReadOnly(operation: Operation): boolean {
function shouldShowProgress(operation: Operation): boolean {
switch (operation) {
case Operation.Fetch:
case Operation.CheckIgnore:
return false;
default:
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册