David Anthoff
David Anthoff
I think what we really need is a state where the extension is loaded, but things like the LS aren't started... Some kind of lightweight state that the extension can...
> Imho this trade-off is worth it. I don't know, that really degrades the notebook experience if one first has to select the cell language and then select a kernel....
> Is it possible to make it configurable then? I don't think so...
> Usually when I want to activate the Julia notebook, there are already some Julia files in it. Certainly not for me. I _very_ often create a new empty folder,...
The biggest problem is probably that we don't have a Julia implementation of the actual DAP, instead we implement the DA as an "inline" version as part of the extension...
Oh, another option that would make all of this much easier is if https://github.com/microsoft/debug-adapter-protocol/issues/226 were to happen. At that point our existing DebugAdapter.jl would probably only require very small changes...
Yeah, there is no question that the current implementation is less than ideal. I've wanted to add debugging support to notebooks and tests, and I think that would all be...
We could add an option to start the REPL in a shell.
The question is how we would do this :) The installation logic is all in `juliainstaller` binary and I don't think one can "inject" or modify env variables in the...
I'm not sure. The current version of the shell script is simply copied from rustup. As far as I can tell there are quite a few quirks in there to...