scala-metals Questions
2
I'm trying to run a Scala program on the vscode. I tried downloading Scala (Metals) Extension but it gives me the following error.
Failed to download Metals, make sure you have an internet connecti...
Copenhagen asked 6/1, 2022 at 15:53
1
Solved
I am trying to interoperate Scala with Java, and have managed to create a Maven based project (repository here) that compiles fine from commandline (mvn clean package).
However, I keep running int...
Callas asked 12/2, 2020 at 13:33
2
Solved
I have the scala format plugin in my multi project sbt repository.
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")
So in the sbt console if I run scalafmt it works fine
My build.sbt ha...
Bifid asked 6/4, 2020 at 12:42
2
Solved
I recently upgraded to Scala 2.13.6 and I am seeing:
Error downloading org.scalameta:semanticdb-scalac_2.13.6:4.4.10
when I try to build.
I had a similar error when I upgraded to 2.13.5, but was ...
Terminable asked 19/5, 2021 at 4:13
1
Solved
is there a way in vscode with metals scala plugin, run specific test scenario ?
Like in IntelliJ ?
Outclass asked 27/9, 2019 at 15:50
3
Solved
Metals announced that "It is now possible to run and test directly from VS Code using the new "Run", "Test", "Debug" and "Debug test" buttons." The...
Ami asked 12/8, 2020 at 23:24
1
Solved
There is a myriad of development tools and terms in the ecosystem, for example, language server, build server, Metals, BSP, LSP, Bloop, Zinc, Coursier, incremental compiler, presentation compiler, ...
Schumer asked 11/4, 2020 at 11:1
1
Solved
I want to debug my scala app with vscode.
My gradle run task looks as simple:
task run(type: JavaExec, dependsOn: build) {
debug true
main = mainClassFile
classpath sourceSets.main.runtimeClas...
Folder asked 26/3, 2018 at 11:48
0
I'd like to have the ability to remote debug a Spark job written in Scala running in a docker container with VsCode. This is what I have so far,
VsCode with scala-metals v0.8 installed
This debug...
Shoop asked 1/2, 2020 at 22:36
1
© 2022 - 2024 — McMap. All rights reserved.