You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Terminal is not responding for the "Run Maven Command" when one tries to perform the actions for a project opened from the directory, which includes space in the directory path [e.g: user/username/application support/mavenproject]. The terminal uses csh. Experiencing same issue for other terminals (bash,dash,sh) as well.
Steps to reproduce the behavior:
Open project from the folder --> should contain space in the directory [e.g: user/username/application support/mavenproject]
Right Click on Project name from Maven dashboard
Click on Run Maven Command select any action
Terminal is not responding for the command
Environments (please complete the following information as much as possible):
OS: Mac
VS Code version: Version: 1.94.1
Extension version : v0.44.0
vscodemaven.mov
The text was updated successfully, but these errors were encountered:
The 'Run Maven Commands' feature simply generates the command line and executes it in your terminal. If the terminal is unresponsive, this is beyond the control of this extension. To troubleshoot, try running the generated command manually in the terminal—does it work as expected?
Corresponding command is not working even if it execute manually due the space in the project path. But tried below command its working fine.
cd "/Users/username/Downloads/app-mvn prjectvs" && ./mvnw clean -f "/Users/username/Downloads/app-mvn prjectvs/pom.xml"
Describe the bug
Terminal is not responding for the "Run Maven Command" when one tries to perform the actions for a project opened from the directory, which includes space in the directory path [e.g: user/username/application support/mavenproject]. The terminal uses csh. Experiencing same issue for other terminals (bash,dash,sh) as well.
Steps to reproduce the behavior:
Environments (please complete the following information as much as possible):
vscodemaven.mov
The text was updated successfully, but these errors were encountered: