We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79eab69 + 4720960 commit 62761adCopy full SHA for 62761ad
src/gitMenuCommands.ts
@@ -38,8 +38,8 @@ export function addCommands(
38
* Add open terminal in the Git repository
39
*/
40
commands.addCommand(CommandIDs.gitTerminalCommand, {
41
- label: 'Open Terminal in Git Repository',
42
- caption: 'Open a New Terminal in the Git Repository',
+ label: 'Open Git Repository in Terminal',
+ caption: 'Open a New Terminal to the Git Repository',
43
execute: async args => {
44
const main = (await commands.execute(
45
'terminal:create-new',
0 commit comments