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

Fix for path issues on macos #16

Closed eecarrier closed 2 years ago

eecarrier commented 2 years ago

Fix for issue #15 . Updates to use the path.sep variable rather than windows path separators. Tested only on mac, but should work for hopefully work for linux as well.

madhavd1 commented 2 years ago

Thanks @eecarrier for the fix. I will test it out and merge to master soon.

manojbaishya commented 2 years ago

Please merge.