madhavd1 / vscode-javadoc-tools

This is an extension for VSCode that allows user to generate javadoc comments for all methods within a class
https://marketplace.visualstudio.com/items?itemName=madhavd1.javadoc-tools
MIT License
9 stars 6 forks source link

Fixes JavaDoc Export Command with Windows Powershell #9

Closed JoshJames04 closed 2 years ago

JoshJames04 commented 3 years ago

Added '&' in code to allow the command to run on Windows Powershell.

madhavd1 commented 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.

Thanks, Madhav