Sebastian Pfitzner
Sebastian Pfitzner
Well, kinda sorta but not really. I'm also not super convinced that we actually want to move away from the "one blessed terminal" paradigm for now -- it's just really...
I can repro this with `n = 500; x = y = z = 1:2:1000`, but I'm also not sure how `Base.buffer_writes(stdout)` could/should be integrated into the extension.
This is blocked on https://github.com/microsoft/vscode/issues/152302 (or at least I don't see a robust solution for this atm).
Quarto looks cool! I'll need to think a bit more about opportunities for integration, but do note we also have some rudimentary [Weave.jl](https://github.com/JunoLab/Weave.jl) support built-in, which is also heavily inspired...
So selecting the whole block and hitting Ctrl-Enter causes the crash? Can you repro this outside of VS Code in a normal REPL? Just so I don't forget: that error...
I cannot repro this issue, so it might be either specific to your setup or to MacOS. The "Delete All Plots" keybindings also shows correctly for me: 
Presumably a VS Code on MacOS issue then, which we can't really do anything about here.
I feel like we've run into a similar issue before. The issue here is that we expect the buffer content in nvim and in the LS to be exactly the...
The debugger can very well be orders of magnitude slower than compiled Julia code, especially if the code contains many function calls. We don't really have a good solution to...
Yeah, this is the typical symptom of the LS not starting properly.