DonJayamanne / javaVSCode

Extension for java development on VSCode (deprecated)
https://marketplace.visualstudio.com/items?itemName=donjayamanne.javaDebugger
MIT License
43 stars 30 forks source link

src/main/java directory structure is hardcoded for package names #74

Closed mrawdon closed 6 years ago

mrawdon commented 6 years ago

The directory path structure src/main/java is hardcoded. This isn't how my projects are setup so it won't work in my environment.

If this were moved to a property I could configure this to work easily in my projects. Ideally this would be done with a regex allowing me to use a single launch configuration for multiple projects,

faustinoaq commented 6 years ago

Fixed via #75