diff --git a/extensions/git/package.json b/extensions/git/package.json index b6eaa522dcb..1611b2c9117 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -24,18 +24,12 @@ "commands": [ { "command": "git.clone", - "title": { - "original": "Clone", - "value": "%command.clone%" - }, + "title": "%command.clone%", "category": "Git" }, { "command": "git.init", - "title": { - "original": "Initialize Repository", - "value": "%command.init%" - }, + "title": "%command.init%", "category": "Git", "icon": { "light": "resources/icons/light/git.svg", @@ -44,18 +38,12 @@ }, { "command": "git.close", - "title": { - "original": "Close Repository", - "value": "%command.close%" - }, + "title": "%command.close%", "category": "Git" }, { "command": "git.refresh", - "title": { - "original": "Refresh", - "value": "%command.refresh%" - }, + "title": "%command.refresh%", "category": "Git", "icon": { "light": "resources/icons/light/refresh.svg", @@ -64,10 +52,7 @@ }, { "command": "git.openChange", - "title": { - "original": "Open Changes", - "value": "%command.openChange%" - }, + "title": "%command.openChange%", "category": "Git", "icon": { "light": "resources/icons/light/open-change.svg", @@ -76,10 +61,7 @@ }, { "command": "git.openFile", - "title": { - "original": "Open File", - "value": "%command.openFile%" - }, + "title": "%command.openFile%", "category": "Git", "icon": { "light": "resources/icons/light/open-file.svg", @@ -88,10 +70,7 @@ }, { "command": "git.openFile2", - "title": { - "original": "Open File", - "value": "%command.openFile%" - }, + "title": "%command.openFile%", "category": "Git", "icon": { "light": "resources/icons/light/open-file-mono.svg", @@ -100,18 +79,12 @@ }, { "command": "git.openHEADFile", - "title": { - "original": "Open File (HEAD)", - "value": "%command.openHEADFile%" - }, + "title": "%command.openHEADFile%", "category": "Git" }, { "command": "git.stage", - "title": { - "original": "Stage Changes", - "value": "%command.stage%" - }, + "title": "%command.stage%", "category": "Git", "icon": { "light": "resources/icons/light/stage.svg", @@ -120,10 +93,7 @@ }, { "command": "git.stageAll", - "title": { - "original": "Stage All Changes", - "value": "%command.stageAll%" - }, + "title": "%command.stageAll%", "category": "Git", "icon": { "light": "resources/icons/light/stage.svg", @@ -132,26 +102,17 @@ }, { "command": "git.stageSelectedRanges", - "title": { - "original": "Stage Selected Ranges", - "value": "%command.stageSelectedRanges%" - }, + "title": "%command.stageSelectedRanges%", "category": "Git" }, { "command": "git.revertSelectedRanges", - "title": { - "original": "Revert Selected Ranges", - "value": "%command.revertSelectedRanges%" - }, + "title": "%command.revertSelectedRanges%", "category": "Git" }, { "command": "git.stageChange", - "title": { - "original": "Stage Change", - "value": "%command.stageChange%" - }, + "title": "%command.stageChange%", "category": "Git", "icon": { "light": "resources/icons/light/stage.svg", @@ -160,10 +121,7 @@ }, { "command": "git.revertChange", - "title": { - "original": "Revert Change", - "value": "%command.revertChange%" - }, + "title": "%command.revertChange%", "category": "Git", "icon": { "light": "resources/icons/light/clean.svg", @@ -172,10 +130,7 @@ }, { "command": "git.unstage", - "title": { - "original": "Unstage Changes", - "value": "%command.unstage%" - }, + "title": "%command.unstage%", "category": "Git", "icon": { "light": "resources/icons/light/unstage.svg", @@ -184,10 +139,7 @@ }, { "command": "git.unstageAll", - "title": { - "original": "Unstage All Changes", - "value": "%command.unstageAll%" - }, + "title": "%command.unstageAll%", "category": "Git", "icon": { "light": "resources/icons/light/unstage.svg", @@ -196,18 +148,12 @@ }, { "command": "git.unstageSelectedRanges", - "title": { - "original": "Unstage Selected Ranges", - "value": "%command.unstageSelectedRanges%" - }, + "title": "%command.unstageSelectedRanges%", "category": "Git" }, { "command": "git.clean", - "title": { - "original": "Discard Changes", - "value": "%command.clean%" - }, + "title": "%command.clean%", "category": "Git", "icon": { "light": "resources/icons/light/clean.svg", @@ -216,10 +162,7 @@ }, { "command": "git.cleanAll", - "title": { - "original": "Discard All Changes", - "value": "%command.cleanAll%" - }, + "title": "%command.cleanAll%", "category": "Git", "icon": { "light": "resources/icons/light/clean.svg", @@ -228,10 +171,7 @@ }, { "command": "git.commit", - "title": { - "original": "Commit", - "value": "%command.commit%" - }, + "title": "%command.commit%", "category": "Git", "icon": { "light": "resources/icons/light/check.svg", @@ -240,234 +180,147 @@ }, { "command": "git.commitStaged", - "title": { - "original": "Commit Staged", - "value": "%command.commitStaged%" - }, + "title": "%command.commitStaged%", "category": "Git" }, { "command": "git.commitStagedSigned", - "title": { - "original": "Commit Staged (Signed Off)", - "value": "%command.commitStagedSigned%" - }, + "title": "%command.commitStagedSigned%", "category": "Git" }, { "command": "git.commitStagedAmend", - "title": { - "original": "Commit Staged (Amend)", - "value": "%command.commitStagedAmend%" - }, + "title": "%command.commitStagedAmend%", "category": "Git" }, { "command": "git.commitAll", - "title": { - "original": "Commit All", - "value": "%command.commitAll%" - }, + "title": "%command.commitAll%", "category": "Git" }, { "command": "git.commitAllSigned", - "title": { - "original": "Commit All (Signed Off)", - "value": "%command.commitAllSigned%" - }, + "title": "%command.commitAllSigned%", "category": "Git" }, { "command": "git.commitAllAmend", - "title": { - "original": "Commit All (Amend)", - "value": "%command.commitAllAmend%" - }, + "title": "%command.commitAllAmend%", "category": "Git" }, { "command": "git.undoCommit", - "title": { - "original": "Undo Last Commit", - "value": "%command.undoCommit%" - }, + "title": "%command.undoCommit%", "category": "Git" }, { "command": "git.checkout", - "title": { - "original": "Checkout to...", - "value": "%command.checkout%" - }, + "title": "%command.checkout%", "category": "Git" }, { "command": "git.branch", - "title": { - "original": "Create Branch...", - "value": "%command.branch%" - }, + "title": "%command.branch%", "category": "Git" }, { "command": "git.deleteBranch", - "title": { - "original": "Delete Branch...", - "value": "%command.deleteBranch%" - }, + "title": "%command.deleteBranch%", "category": "Git" }, { "command": "git.renameBranch", - "title": { - "original": "Rename Branch...", - "value": "%command.renameBranch%" - }, + "title": "%command.renameBranch%", "category": "Git" }, { "command": "git.merge", - "title": { - "original": "Merge Branch...", - "value": "%command.merge%" - }, + "title": "%command.merge%", "category": "Git" }, { "command": "git.createTag", - "title": { - "original": "Create Tag", - "value": "%command.createTag%" - }, + "title": "%command.createTag%", "category": "Git" }, { "command": "git.fetch", - "title": { - "original": "Fetch", - "value": "%command.fetch%" - }, + "title": "%command.fetch%", "category": "Git" }, { "command": "git.pull", - "title": { - "original": "Pull", - "value": "%command.pull%" - }, + "title": "%command.pull%", "category": "Git" }, { "command": "git.pullRebase", - "title": { - "original": "Pull (Rebase)", - "value": "%command.pullRebase%" - }, + "title": "%command.pullRebase%", "category": "Git" }, { "command": "git.pullFrom", - "title": { - "original": "Pull from...", - "value": "%command.pullFrom%" - }, + "title": "%command.pullFrom%", "category": "Git" }, { "command": "git.push", - "title": { - "original": "Push", - "value": "%command.push%" - }, + "title": "%command.push%", "category": "Git" }, { "command": "git.pushTo", - "title": { - "original": "Push to...", - "value": "%command.pushTo%" - }, + "title": "%command.pushTo%", "category": "Git" }, { "command": "git.pushWithTags", - "title": { - "original": "Push With Tags", - "value": "%command.pushWithTags%" - }, + "title": "%command.pushWithTags%", "category": "Git" }, { "command": "git.sync", - "title": { - "original": "Sync", - "value": "%command.sync%" - }, + "title": "%command.sync%", "category": "Git" }, { "command": "git.syncRebase", - "title": { - "original": "Sync (Rebase)", - "value": "%command.syncRebase%" - }, + "title": "%command.syncRebase%", "category": "Git" }, { "command": "git.publish", - "title": { - "original": "Publish Branch", - "value": "%command.publish%" - }, + "title": "%command.publish%", "category": "Git" }, { "command": "git.showOutput", - "title": { - "original": "Show Git Output", - "value": "%command.showOutput%" - }, + "title": "%command.showOutput%", "category": "Git" }, { "command": "git.ignore", - "title": { - "original": "Add File to .gitignore", - "value": "%command.ignore%" - }, + "title": "%command.ignore%", "category": "Git" }, { "command": "git.stashIncludeUntracked", - "title": { - "original": "Stash (Include Untracked)", - "value": "%command.stashIncludeUntracked%" - }, + "title": "%command.stashIncludeUntracked%", "category": "Git" }, { "command": "git.stash", - "title": { - "original": "Stash", - "value": "%command.stash%" - }, + "title": "%command.stash%", "category": "Git" }, { "command": "git.stashPop", - "title": { - "original": "Pop Stash...", - "value": "%command.stashPop%" - }, + "title": "%command.stashPop%", "category": "Git" }, { "command": "git.stashPopLatest", - "title": { - "original": "Pop Latest Stash", - "value": "%command.stashPopLatest%" - }, + "title": "%command.stashPopLatest%", "category": "Git" } ],