microsoft / vscode-maven

VSCode extension "Maven for Java"
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven
Other
179 stars 88 forks source link

Can I execute Maven: Execute Commands... on current terminal? #1014

Open pei-takoyaki opened 7 months ago

pei-takoyaki commented 7 months ago

Hello.

I believe the specification is that a new terminal is created when I execute a maven command by 'Maven: Execute Commands...' (e.g. clean, install...).

Is there a way to execute maven commands by 'Maven: Execute Commands...' in the currently open terminal instead of creating a new terminal?

Thank you for great extension.