Chris Kipp
Chris Kipp
### Describe the feature Recently in Metals we added support for [test discover](https://github.com/scalameta/metals/pull/3277) so that we could support the [VS Code Testing API](https://vscode.trafficmanager.net/api/extension-guides/testing). This unlocks a much easier experience for...
**Task** A large improvement that can be made currently with the TVP implementation is that when a build target is compiled, the root node for that target is replaced. This...
**Task** Right now in the tree the only distinction between nodes are whether one can be expanded or not, whether on is a method (signified via `()`, and that's it....
**Task** In the TVP module the implementation of the Tree and the actual functionality that displays the UI is pretty closely coupled at the moment. I was able to extract...
## Problem outline I know this was a conversation a long time ago in https://github.com/scala/scala/pull/9743 but recently this conversation has surfaced again. Recently in `sbt-scoverage` I had some [reports](https://github.com/scoverage/sbt-scoverage/issues/439) of...
I came across this today when trying to update some stuff in the Dotty Community build and realized that `munit` when synced was actually failing in the community build. The...
There has been a few different issues that have popped up for us over in [Metals](https://github.com/scalameta/metals) that boil down to having Jmh set as a build target in BSP terms...
**Describe the bug** If you open an Ammonite script that starts with `#!/usr/bin/env amm` in Metals, you get a Boxed Error. **To Reproduce** Open the following script in Metals ```scala...
Given a simple Ammonite script that holds a piece of broken xml literal, the diagnostic produced doesn't seem to be accurate. I first encountered this when using the Ammonite support...
While going through some of the examples in the [reflection docs](https://docs.scala-lang.org/overviews/reflection/symbols-trees-types.html) on the scala-lang site I realized that if you do the following in the Ammonite shell, you're unable to...