mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
activate git before smoke tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user