mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Git - Unsafe repositories flow polish (#167728)
This commit is contained in:
@@ -625,13 +625,8 @@
|
||||
"enablement": "isMergeEditor"
|
||||
},
|
||||
{
|
||||
"command": "git.addSafeDirectoryAndOpenRepository",
|
||||
"title": "%command.addSafeDirectoryAndOpenRepository%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getUnsafeRepositories",
|
||||
"title": "%command.api.getUnsafeRepositories%",
|
||||
"command": "git.manageUnsafeRepositories",
|
||||
"title": "%command.manageUnsafeRepositories%",
|
||||
"category": "Git"
|
||||
}
|
||||
],
|
||||
@@ -1057,10 +1052,6 @@
|
||||
"command": "git.api.getRemoteSources",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getUnsafeRepositories",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.openMergeEditor",
|
||||
"when": "false"
|
||||
|
||||
Reference in New Issue
Block a user