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.
1 parent 2787178 commit 512d443Copy full SHA for 512d443
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