You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, Is 'Delegate to Gradle' feature on developing?
There is still same problem.
Expected :
For a Spring Boot project, if both src/main/resource and src/test/resource contain application.properties file, the test runner should pick the one in src/test/resource.
Actual :
It seems that the test runner pick the one in src/main/resource.
The text was updated successfully, but these errors were encountered:
It's in our backlog now: #1045. But no concrete date about when to support.
Is there any movement on this at all? It would actually allow many more people to be able to use this extension. At the moment, tests are incorrectly breaking without it, so it's a pretty major absence.
Recently, I read issues about "Delegate to Gradle" below.
#1045 microsoft/vscode-java-debug#1127
So, Is 'Delegate to Gradle' feature on developing?
There is still same problem.
Expected :
For a Spring Boot project, if both src/main/resource and src/test/resource contain application.properties file,
the test runner should pick the one in src/test/resource.
Actual :
It seems that the test runner pick the one in src/main/resource.
The text was updated successfully, but these errors were encountered: