Updating naming scheme to match other commands

This commit is contained in:
Drew Cross
2019-07-10 20:18:15 -07:00
parent d5a83f6d38
commit 528f5805e7
3 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@
"command.stashPopLatest": "Pop Latest Stash",
"command.stashApply": "Apply Stash...",
"command.stashApplyLatest": "Apply Latest Stash",
"command.dropStash": "Drop Stash...",
"command.stashDrop": "Drop Stash...",
"config.enabled": "Whether git is enabled.",
"config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows).",
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",