Alexej Kowalew

Results 65 comments of Alexej Kowalew

> I was trying to get it working before but I gave up for now. Didn't get it to install but I did get it to run the setup (the...

It may be worth also investigate the abstraction provided by vstest see (https://github.com/microsoft/vstest) or more specific for test discovery (https://github.com/microsoft/vstest/blob/main/docs/RFCs/0002-Test-Discovery-Protocol.md) this should allow test discovery in an runner agnostic way,...

I didn't knew that it's possible to run F# scripts with the dotnet cli tool directly, the solution you linked is great, that's basically what I am also using in...

> The possibility of donating Skaffold to the CNCF came up recently [in this dicussion](https://github.com/GoogleContainerTools/skaffold/issues/2492#issuecomment-2032805645). > > If you are interested in helping assemble a CNCF application to make such...

Not sure if it's worth an extra bug item, but the SDK version 8.0.302 is not available in Microsofts official Fedora repos: see https://packages.microsoft.com/fedora/40/prod/Packages/d/ ![image](https://github.com/dotnet/core/assets/7147208/6a23af4c-1a4a-4a9f-bd3b-06ff5ccc78e2)

Hi, thank you for your interest. I actually have a small section in the README for how to create the configuration. It's little bit different then for LSP servers, because...

@huwaireb there is already some effort done here: https://github.com/cargo-bsp/cargo-bsp it's currently not published as a crate, but should be easily done, you may try to propose it there.

> It seems to me that the code needs some small enhancements to make things work under COSMIC > > * In src/utils/desktopinfo.h a line `COSMIC` needs to be added...

I had the same issue, for me it was an configuration problem, see here how I resolved it: https://github.com/ublue-os/cosmic/issues/48#issuecomment-2267722365 Hope that helps you too.

Looks great! Any clue in which version this would be awailable?