add git.supportCancellation setting

This commit is contained in:
Joao Moreno
2019-08-06 14:15:47 +02:00
5 changed files with 46 additions and 11 deletions

View File

@@ -1318,6 +1318,12 @@
"scope": "resource",
"default": true,
"description": "%config.openDiffOnClick%"
},
"git.supportCancellation": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%config.supportCancellation%"
}
}
},
@@ -1483,4 +1489,4 @@
"@types/which": "^1.0.28",
"mocha": "^3.2.0"
}
}
}