with my .dir-config.el like so:
(set-language-environment "UTF-8")
(setq julia-snail-executable (executable-find "julia"))
(julia-repl-set-terminal-backend 'vterm)
If I try to run C-c C-z, Emacs opens a new split window containing the file buffer of the .jl file. However if I open a vterm window, rename the buffer to *julia*, then try the same commands, they work as expected. 'eat and 'ansi-term work as expected right out of the box.
I'm using Emacs 31.0.50 and julia-repl 20250719.1449. Is anyone else experiencing this issue?