JuliaEditorSupport / zed-julia

Julia support for Zed.
MIT License
43 stars 7 forks source link

REPL does not start on macOS #11

Closed asbisen closed 1 month ago

asbisen commented 2 months ago

On macOS Sonoma 14.6.1 when I click on start REPL the editor is not able to start the REPL. And it goes in a loop trying to connect to the REPL.

Screenshot 2024-08-21 at 12 43 20 PM Screenshot 2024-08-21 at 12 43 48 PM

Although, it's able to find the correct version of Julia. And is able to communicate with LanguageServer.jl.

Screenshot 2024-08-21 at 12 50 10 PM
Pangoraw commented 2 months ago

This extension does not manage the REPL feature so something may be wrong with your IJulia installation?

roman-timo commented 2 months ago

I have the same issue. Julia seems running correct. Not much you can do to make wrong IJulia installation.. it's just using IJulia.

Can someone please explore this issue?

bladerunnerwalrus commented 2 months ago

I followed the 2 steps here: https://zed.dev/docs/repl

Installed Julia, added it to PATH, can run julia from terminal, installed Julia extension in Zed, refreshed repl in Zed, but see no REPL button even after full reboot.

My guess is it is not a full instruction? https://github.com/zed-industries/zed/issues/16024

andrealati commented 2 months ago

Just to flag that I am also having the same issue. Julia and IJulia seem to be working correctly (i.e. I can run julia from terminal and as well as run jupyter notebooks with julia kernels).

roman-timo commented 2 months ago

@asbisen could you please add some labels for this issue so it would be visible jupyter, repl, julia.. i guess

ynhame commented 2 months ago

I am having the same issue on linux using julia-1.10 I also tested other kernels: python3 and ark and bouth of them worked. updating IJulia didn't resolve the issue either.

sprig commented 1 month ago

Affected by the same. Julia+IJulia working, jupyter is working. Zed is able to run/connect to ipython and deno kernels but not to julia.

liu20001028 commented 1 month ago

me too l am linux julia 1.10 ERPL didnt use

liu20001028 commented 1 month ago

REPL doesnt use in ZED julia1.10.5

Pangoraw commented 1 month ago

Yes, this is tracked upstream in https://github.com/zed-industries/zed/issues/16024.