Git - Fix command name (#167812)

Fix command name
This commit is contained in:
Ladislau Szomoru
2022-12-01 09:57:15 +01:00
committed by GitHub
parent 329de94191
commit a1f2132aa8

View File

@@ -1057,7 +1057,7 @@
"when": "false"
},
{
"command": "git.addSafeDirectoryAndOpenRepository",
"command": "git.manageUnsafeRepositories",
"when": "config.git.enabled && !git.missing && git.unsafeRepositoryCount != 0"
}
],