make sure git is activated before integration tests run

This commit is contained in:
Joao Moreno
2020-02-05 10:24:40 +01:00
parent 69657a759a
commit 06dbb1938f
4 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,11 @@
},
"contributes": {
"commands": [
{
"command": "git.activate",
"title": "%command.activate%",
"category": "Git"
},
{
"command": "git.setLogLevel",
"title": "%command.setLogLevel%",
@@ -451,6 +456,10 @@
],
"menus": {
"commandPalette": [
{
"command": "git.activate",
"when": "false"
},
{
"command": "git.clone",
"when": "config.git.enabled"