Closed JoshJames04 closed 2 years ago
Hi @JoshJamesLS, Thanks for pointing this out. I couldn't directly merge this as it would have broken the command for cmd and linux.
But I have added a new option to the extension so that the ampersand can be added for Pwsh.
javadoc-tools.generateJavadoc.isUsingPwsh
which can be set to true to support Powershell javadoc export.Thanks, Madhav
Added '&' in code to allow the command to run on Windows Powershell.