Adrien Piquerez

Results 262 comments of Adrien Piquerez

> I believe we also discussed dropping this request completely? I confirm. Let's drop it!

> This was introduced in https://github.com/scalameta/metals/commit/d9eb419e6a0977aa22a0e3e7fcc7e636ee927e82 I presume needed for large Scala codebase initialy written in pants. So it seems we need it in Metals because Bloop/Pants can use glob...

Thanks for opening this issue! It is likely indeed that sbt cannot use the token input to resolve private git repositories. But I would like to make it work. Does...

Not sure why but I did not manage to reproduce this bug: ![image](https://github.com/scalacenter/scala-debug-adapter/assets/13123162/2db216d7-e938-4e73-a32e-b6563d821b3e) Can you try to reproduce it on the latest version of `sbt-debug-adapter` (4.0.2)?

In the second example: ```scala package example object Main extends App { val greeting = "hello people interested in DAP" println(greeting) //

Thanks for opening this discussion. I am sympathetic to extending this Github action for other build tools like Mill, Bazel, Gradle and scala-cli, and I would even try to do...

For a BSP dependency extractor, we could do something like this: - Try to find a BSP compatible build tool in the repo (a `*.sbt` file for sbt, a `mill`...

I split the commit as requested by @odersky: - [Disable rewrites in OutlineParser](https://github.com/lampepfl/dotty/pull/17522/commits/d5a71313e099dc4e336d3b198eaea60ac9e91075) - [Patch indentation when removing braces (essentials)](https://github.com/lampepfl/dotty/pull/17522/commits/c6afb380fd3dab249a898ac312cdf313c20be7f8) - [Patch indentation when removing braces (cosmetic)](https://github.com/lampepfl/dotty/pull/17522/commits/de08ae0ab5f3c51e190a168f56295a45fb7bd65a): Note though that...