-
### Describe the bug
Most of the time scala tests are not recognised (I am using vscode). I can still run a test class but each test is not reported, instead the error for every test is reported at t…
-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
Licensed to Company
Runtime version: 21.0.4+13-b509.26 aarch64 (JCEF 122.1.9)
VM…
-
Hi!
While trying to configure LDAP for our JATOS instance we noted that all authentication attempts for LDAP user accounts where failing. After some deep debugging I found that JATOS is trying to b…
-
Hi Matthew, would you be interested in making your plugin available in the Scala IDE ecosystem?
You never heard of the Scala IDE ecosystem? The idea is really simple, we want to provide a central loc…
dotta updated
9 years ago
-
```
I like to use both Eclipse and command-line tools for
android development.
I also want to write scala code rather than java code. :)
I've worked out how to use eclipse-ide for android developme…
-
**Query/Question**
What is the equivalent to `spark.synapse.linkedService` for use with `spark.cosmos.throughputControl.globalControl.database`
I need to use private endpoints because of DEP, and h…
-
One of the rough aspects of using scala over other languages like TypeScript is how sluggish it feels in the IDE, which I think is primarily due to Metal's not providing error detection / type analysi…
-
I am working on a Java Play 2.6 project and wanted to switch from eclipse (ScalaIDE) to VSCode (because I use VSCode for everything else and I largely prefer to work with it rather than eclipse).
I…
-
The following is won't run
``` scala
object o {
case class C() {
def toString = "!"
}
val c = C //> c : o.C.type = C
}
```
and won't display any …
-
**Version(s)**
0.1.18
**Describe the bug**
`.scala-build/ide-options-v2.json` file is not generated by `compile` command without additional flags, but it's referred to inside `.bsp/scala-cli.json…