David Anthoff
David Anthoff
Fixes #. For every PR, please check the following: - [ ] End-user documentation check. If this PR requires end-user documentation in the Julia VS Code extension docs, please add...
Fixes #505. I didn't test this PR as I am not a Ruby user, so someone should try this before this gets merged. But it would be good to merge,...
I believe https://github.com/ruby/vscode-rdbg/blob/dd16d1411e3980927086c5af3854ad643d0fdb8f/src/extension.ts#L115 ends up sending that evaluate request to _any_ debug session, even completely different language ones. We are seeing this in the Julia extension now, that Julia debug...
Another issue that has come up during the Query.jl design: I have a whole bunch of iterators that know their length after the ``start`` method has been called. Would it...
Fixes #. - [ ] End-user documentation check. If this PR requires end-user documentation, please add that at https://github.com/julia-vscode/docs.
Fixes https://github.com/julia-vscode/julia-vscode/issues/2126. Not really clear whether this will work, it seems that there is a bug in the Julia `disable_sigint` implementation that might prevent this from working as intended.
This came from the language server tests. The old version left ```julia function sub(a, b) a - b end ``` as is. v2 seems to change it to ``` function...
I have a scenario where something must have gone wrong during package install, so that a folder for the package was created in `~/.julia/packages/SpecialFunctions/Zijv9/` and it had some content, but...
Would it make sense that activating an env automatically instantiates that env, unless one explicitly opts out? We are starting to prep a fair number of replication repositories for stuff...
This is a more minimal implementation.