Sebastian Pfitzner
Sebastian Pfitzner
Stork is already supported, but isn't better than flexsearch imho.
Pretty sure that was never (for `never ∈ v"1.x"`) the case.
We do have [that same issue](https://github.com/JunoLab/Juno.jl/issues/118), yes. As a user you can kinda work around this by typing a character in the REPL after the `readline` prompt, pressing enter, and...
Yes. Don't use inline evaluation for code that takes input from stdin :)
2b worked at the time the original comment was written, where that shortcut would in fact copy-paste the current line into the REPL without using inline evaluation. The suggested workaround...
This is impossible without upstream support.
Fixed.
Unfortunately, there is no easy fix for this. VS Code uses a [`increaseIndentPattern` regex](https://code.visualstudio.com/api/language-extensions/language-configuration-guide#indentation-rules) for indentation of the next line, but that is a local pattern and only looks at...
You need to make sure the `JULIA_DEPOT_PATH` env var is available in the environment you start VS Code in.