Is there a way to show diagnostics for test/IntegrationTests without need to enter the test folder? #594
Unanswered
bartoszb-rgb
asked this question in
Q&A
Replies: 1 comment
-
Hey @bartoszb-rgb, good question. So by default Metals doesn't compile every single build target in your project, only the ones you're working on. This will save a lot of compilation cycles providing a better experience for the majority of the time. If you do want to compile the targets that are relying on the target that you're currently work on, you can use the cascade compile which is available via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Every time did some changes to classes in
src
I would expect all usages it tests also to display as compilation errors.To actually display those I need to enter any Scala file in the
test
folder to compile it to display those, which is kid of annoying.Is there a way to show all related diagnostics?
Beta Was this translation helpful? Give feedback.
All reactions