How can i tell if my Julia session is still somewhere in VS Code?

32 Views Asked by At

I was working in Julia on VS Code and trying to save the command history. ChatGPT told me to get an extension for it, so I went to extensions. VS Code told me I should reload existing extensions, so I did. Then it opened a new terminal and I can't find anything I was working on before.

Is the old session still active somewhere? I can't find any buttons or menu items for that, but I seem to have trouble finding things in VS Code generally. Otherwise, it is likely that my command history is saved somewhere?

1

There are 1 best solutions below

0
cesquerre On

Julia command history is saved in Julia's logs directory

C:\Users\XXX.XXXX\\.julia\logs

(In my case using VS Code and Windows 10) as answered in this thread by [Stefan Karpinski] 1