-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Classpath resources not copied after LS restart #2857
Comments
looks similar to eclipse-m2e/m2e-core#1150. Do you have a .mvn folder? |
No, I tried it with and without |
Mm can't reproduce with 1.13 or 1.14-pre-release. On restart the resources are under target/classes as expected, although I don't see any .class files. |
Sample project is any project generated from start.spring.io. I have tried pre-release (that's where I started and then I downgraded but it didn't fix it). My settings (just the "java.*" ones):
|
@dsyer @fbricon Could you, please, check https://github.com/snjeza/vscode-test/raw/master/java-1.14.1.vsix ? |
That works, thank you. |
Environment
Steps To Reproduce
src/main/resources
mvn clean
in a terminal (deletestarget/classes
)target/classes
- compiled.class
files but no resourcesAdditional Informations
Workaround: Ctrl-P "Developer: Reload Window" appears to fix it (as does
mvn resources:resources
).The text was updated successfully, but these errors were encountered: