You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VSCode, I'm seeing the above error instead of a functioning REPL-UI of Cthulhu.jl when I try to @descend into a function call if user setting julia.usePlotPane = false for the VSCode Julia extension.
Everything seems to work as intended when setting julia.usePlotPane = true and restarting the Julia process before trying to @descend again.
This is quite unexpected behaviour, Cthulhu.jl should inform the user somewhere that the setting has to be enabled for it to work properly.
The text was updated successfully, but these errors were encountered:
In VSCode, I'm seeing the above error instead of a functioning REPL-UI of Cthulhu.jl when I try to
@descend
into a function call if user settingjulia.usePlotPane = false
for the VSCode Julia extension.Everything seems to work as intended when setting
julia.usePlotPane = true
and restarting the Julia process before trying to@descend
again.This is quite unexpected behaviour, Cthulhu.jl should inform the user somewhere that the setting has to be enabled for it to work properly.
The text was updated successfully, but these errors were encountered: