problem importing new scala project #6365
Unanswered
pawelpanasewicz
asked this question in
Q&A
Replies: 1 comment
-
It should be added automatically to the project when importing via SBT. Does it fix itself when running build import manually from the metals view? |
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
-
There is brand new sbt scala3 project freshly generated using
sbt new scala/scala3.g8
and it can't be imported into Visual Studio Code using Metals extension.I see in other projects, previously successfully imported, they contain generated
project/metals.sbt
file withaddSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")
in it.Does it now require adding such file by hand?
The Metals log says:
Beta Was this translation helpful? Give feedback.
All reactions