【发布时间】:2019-07-31 10:06:23
【问题描述】:
我正在尝试使用 Visual Studio Code 运行 dotty 代码。我根据this page 的说明使用sbt launchIDE 启动IDE,并且还安装了Dotty Language Server 和Code Runner 扩展。 Dotty 是使用brew 安装的,我可以从 CMD 编译和执行 dotty 代码。
问题是我无法从Visual Studio Code 运行此代码,因为Code Runner 正在尝试使用scala 而不是dotty 来执行它。
找不到任何有用的配置来调整此插件以使用 dotty。
有什么方法可以让它在 Visual Studio Code UI 中运行?
【问题讨论】:
-
您的问题需要有关您的环境的更多信息,例如你在什么操作系统上。
标签: scala visual-studio-code dotty scala-3