in folder module/src/it
I have my integration tests, configured with sbt like in:
https://www.scala-sbt.org/1.x/docs/Testing.html#Integration+Tests
but VSCode with metals shows me that does not see those classes, everything compiles fine with sbt. What can I do with it ? thanks!
edit:
rest of tests, main code etc works fine in vscode, only issue is with it
tests folder