0

在文件夹中,module/src/it我有我的集成测试,配置了 sbt,如下所示:

https://www.scala-sbt.org/1.x/docs/Testing.html#Integration+Tests

但是带有金属的 VSCode 告诉我看不到这些类,一切都可以用 sbt 编译。我能用它做什么?谢谢!

编辑:其余的测试,主要代码等在 vscode 中工作正常,唯一的问题是it测试文件夹

4

2 回答 2

0

好的,看起来 bloop 不支持它,有人为他们创建了票:

https://github.com/scalacenter/bloop/issues/1162

于 2020-02-06T09:05:48.440 回答
-1

VS Code 插件默认使用 JAVA_HOME 环境变量(通过 find-java-home)来定位 java 可执行文件。Metals 仅适用于 Java 8,因此该可执行文件不能指向其他版本,例如 Java 11。

https://olafurpg.github.io/metals/docs/editors/vscode.html

于 2020-02-04T08:39:40.390 回答