David Anthoff
David Anthoff
Running `wslpath -m /` inside WSL returns a path that includes the hostname and the distribution name. So I guess one way would be to run that once, cache the...
I just published a prerelease version v1.130 that has a bit more diagnostic code in it. Could you try that, and then paste the output of like above here again?...
Ok, I think what is happening here is that the Ruby debug adapter is incorrectly sending an evaluate request to the Julia debug session. I filed an issue and pr...
So this is on purpose, it makes it much easier for us to develop the LS. But note that it will still extract information from packages etc using the Julia...
Just an update: I think I figured out what the problem is, I misunderstood how the VS Code API works :) Will be fixed as part of https://github.com/julia-vscode/julia-vscode/pull/3686.
Hm, there should be no difference between 1.10 and 1.11. Could you maybe try to replicate the error situation again, and post the output of the `Julia Testserver` output pane...
We might be able to use an ordered dict to prevent that, not sure.
I think I've finally am getting clarity what I'm thinking about this, see https://github.com/JuliaLang/juliaup/issues/830.
This is another issue that makes for a good first issue for someone who wants to contribute. Essentially all we need is another loop in https://github.com/JuliaLang/juliaup/blob/7c7e9c0cac86f3b35e190cfd248421a72ac83676/src/operations.rs#L531 over the content of...
Hm, I have to admit I find that visually way more difficult to distinguish than the existing progress bar... Everything is super small (why is this like two pixels high,...