Kasper Kondzielski

Results 142 comments of Kasper Kondzielski

suppressed by https://github.com/softwaremill/diffx/pull/451

@lucascool12 are you willing to somehow maintain that fork? If so could you enable issues so that I can raise one? :) Edit: nvm I see that @ObserverOfTime has made...

fyi: In my case removing `targets.genericLinux.enable = true;` from home-manager configuration fixed the issue of not having completion for the `nix` command. I know that I shouldn't have `targets.genericLinux.enable` set...

@mdietrich16 mamy thanks for posting your solution :100:

> We have integrated a client of Gradle build server inside the [vscode-gradle](https://github.com/microsoft/vscode-gradle) extension. As long as user installs the extension, the gradle projects will be imported via the build...

@segevfiner I can try to implement this feature. Do you have any idea where to start?

btw the 3rd point is actually a regression as it used to work in metals 1.1.0: here is what I used to get from metals 1.1.0 after expanding a project...

There is one more thing, when expanding a node, in case the returned node contains only one child metals returns its `collapseState` as `expanded`. It seems that in this case...

Last but not least, similarly to the one above, reveal in tree workflow could be improved as well. Currently it returns list of nodes ids to recursively expand. So every...

I think I've just hit the same issue after trying to run metals in coursier codebase (fresh clone). **Editor/Extension** Nvim (nvim-metals) **Version of Metals** - Metals Server version: 1.2.1 -...