Disable `Git: Continue Working in New Local Clone`

This commit is contained in:
filiptronicek 2023-06-18 17:15:59 +00:00 committed by Huiwen
parent 885669ea5b
commit a329907d0e
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
"title": "%command.continueInLocalClone%",
"category": "Git",
"icon": "$(repo-clone)",
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
},
{
"command": "git.clone",
@ -897,7 +897,7 @@
{
"command": "git.continueInLocalClone",
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
"remoteGroup": "remote_42_git_0_local@0"
}
],