vscode-java
vscode-java copied to clipboard
Generated sources not included if file name contains non alphanumeric characters
When using JPAStreamer with Quarkus on VSCode, I could not include one generated class suffixed with a "$" dollar sign.
When adding <arg>-AjpaStreamerPrefix=Jpa</arg> in the compilerArg configuration of maven-compiler-plugin, it starts to work again.