activate git before smoke tests

This commit is contained in:
Joao Moreno
2020-02-05 15:02:59 +01:00
parent e297e748d7
commit dde577b23e
4 changed files with 3 additions and 17 deletions

View File

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