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

Add exclude submodule list #25

Open LeducNic opened 9 months ago

LeducNic commented 9 months ago

I tried to use the tool, but I have Git repository and .vscode folder in my source root directory. The tools try to include those submodules in the Javadoc command line which crash javadoc. It would be useful to provide a list of excluded directories for the Javadoc export.