-
## Compiler version
3.3.1
## Minimized code
```Scala
trait Bar
trait TestBug:
summon[Bar]
```
## Output (click arrow to expand)
```
scala: ## Exception when compiling 3…
-
### Describe the bug
In my sbt project https://github.com/sourcegraph/scip-java, the sbt-metals plugin overwrites `javaHome` to become `None` causing my codebase to fail compilation. The culprit code…
-
## context
build.sbt: `scalaVersion := "3.3.0"`
sbt v1.9.3
Running in PowerShell in VS Code
## steps
run `sbt -error ~run`
## problem
Non error output that looks to come from the "w…
-
### Describe the bug
Hi, i just download vscode and installed metals and scala syntax plugins, i have sbt too (script version : 1.8.3, version on the project : 1.7.1) and i use scala 2.13.10.
I …
-
### Discussed in https://github.com/scalameta/metals/discussions/5775
Originally posted by **untainsYD** October 21, 2023
When I import an `sbt` build in `metals` (Linux `6.5.8-arch1-1`/`VSCod…
-
### Describe the bug
Full project to reproduce the issue: https://github.com/ghostbuster91/demos/tree/build-server
Video showing the problem: [Kooha-2023-11-13-11-09-39.webm](https://github.com/…
-
**To Reproduce**
Create worksheet in Metals repo at `metals/src/main/scala/scala/meta/internal/metals/`t with the following code:
```scala
import scala.meta.internal.metals.Embedded
val result…
dos65 updated
2 years ago
-
### Describe the bug
Metals sometimes shows private members as completions for Scala 2, such as
`ProcessBuilderImpl - scala.sys.process` in this test:
https://github.com/scalameta/metals/blob/…
-
**Describe the bug**
No "New Scala Project" icon when opening a new window in VSCode.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'File' menu
2. Click on 'New Window'
3. In the …
-
### Describe the bug
## Prerequisites:
1) Having code that produces some warning under `project/src/main/scala`
2) Having `scalacOptions += "-Xfatal-warnings"` in `project/plugins.sbt`
Note, t…