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
i use macOS majove and maven 3.5.
i met the problem when i try to run the command maven.archetype.update through cmd+shift+p shortcut.
it mentioned me Command "maven.archetype.update" fails. The "path" argument must be of type string. Received type undefined
similar problem when i run maven.archetype.generate
Command "maven.archetype.generate" fails. Cannot read property 'length' of undefined returned through pop dialog
To Reproduce
Steps to reproduce the behavior:
i update my maven version. before that this extension works ok. i think it is this update recur problems . i use brew reinstalled maven.
but, i am sure that mvn command works ok in Terminal
Expected behavior
Environments (please complete the following information as much as possible):
OS: [macOS]
VS Code version: [1.32.3]
Extension version [0.15.0]
The text was updated successfully, but these errors were encountered:
Are you running the commands without any workspace or folder open? Open a folder first, see if the issue still exists. If it's gone, I suppose it's because of a potential NPE which is fixed by PR #276 but not released yet. Please let me know the result.
Are you running the commands without any workspace or folder open? Open a folder first, see if the issue still exists. If it's gone, I suppose it's because of a potential NPE which is fixed by PR #276 but not released yet. Please let me know the result.
thanks for your help. i opened a maven project created before and everything works ok ....
Describe the bug
i use macOS majove and maven 3.5.
i met the problem when i try to run the command
maven.archetype.update
through cmd+shift+p shortcut.it mentioned me
Command "maven.archetype.update" fails. The "path" argument must be of type string. Received type undefined
similar problem when i run
maven.archetype.generate
Command "maven.archetype.generate" fails. Cannot read property 'length' of undefined
returned through pop dialogTo Reproduce
Steps to reproduce the behavior:
i update my maven version. before that this extension works ok. i think it is this update recur problems . i use brew reinstalled maven.
but, i am sure that
mvn
command works ok in TerminalExpected behavior
Environments (please complete the following information as much as possible):
The text was updated successfully, but these errors were encountered: