There is not. I don’t think there’s any real making the name user-controllable – there are only two constraints for it after all: being valid (i.e. short enough) and being unique.
Thanks for creating the issue!
If others run into this. If the path is just a few characters to long you can
cd ~/.vscode-server/extensions/julialang.language-julia-1.79.2/dist
sed -i 's/vsc-jl-repl/v/g' extension.js
sed -i 's/vsc-jl-repl/v/g' extension.js.map
Hi, i’m stuck for Julia REPL does work properly in VCS, it gives me this error, and then it does not run my script.
I tried the work around proposed by @grunst, but for some reason it is not working.
Any ideas what might be new in the latest release?
ERROR: LoadError: IOError: connect: name too long (ENAMETOOLONG)
Stacktrace:
[1] wait_connected(x::Base.PipeEndpoint)
@ Sockets ~/.julia/juliaup/julia-1.12.1+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Sockets/src/Sockets.jl:544