Open lrytz opened 2 months ago
Simple A.scala file
//> using scala 2.13 trait A
Opening the file (not the enclosing folder) in metals works as expected, Metals Doctor shows Scala 2.13.14.
Changing the directive to using scala 3.5 is not reflected in Metals, the Doctor still says Scala 2.13.14.
using scala 3.5
It works when opening the enclosing folder in VS Code instead of the single file.
No response
macOS
VS Code
v1.3.5
Thanks for reporting! Looks like it's the same problem as https://github.com/VirtusLab/scala-cli/issues/2638
Describe the bug
Simple A.scala file
Opening the file (not the enclosing folder) in metals works as expected, Metals Doctor shows Scala 2.13.14.
Changing the directive to
using scala 3.5
is not reflected in Metals, the Doctor still says Scala 2.13.14.It works when opening the enclosing folder in VS Code instead of the single file.
Expected behavior
No response
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
v1.3.5
Extra context or search terms
No response