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 5d536dd + 512d443 commit 8431f26Copy full SHA for 8431f26
src/gitMenuCommands.ts
@@ -40,8 +40,8 @@ export function addCommands(
40
* Add open terminal in the Git repository
41
*/
42
commands.addCommand(CommandIDs.gitTerminalCommand, {
43
- label: 'Open Terminal in Git Repository',
44
- caption: 'Open a New Terminal in the Git Repository',
+ label: 'Open Git Repository in Terminal',
+ caption: 'Open a New Terminal to the Git Repository',
45
execute: async args => {
46
const main = (await commands.execute(
47
'terminal:create-new',
0 commit comments