Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update product.json #548

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Disable Git: Continue Working in New Local Clone
  • Loading branch information
filiptronicek authored and jeanp413 committed Jan 18, 2024
commit 62fcec1d201e82f0f865f1450fe76e82fac8b9c9
4 changes: 2 additions & 2 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
@@ -63,7 +63,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",
@@ -830,7 +830,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"
}
],