Closed as not planned
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome 103
- Local OS: Windows 10
- Remote OS: Ubuntu 18
- Remote Architecture: amd64
code-server --version
: 4.5.1
Steps to Reproduce
- open code-server
- install Julia v1.7.3 (latest stable) on the remote
- install Julia extension (currently v1.6.28, can also reproduce with v1.6.24)
- start Julia REPL
- start normal (e.g. bash) session. Check Julia process id in the list of processes (there would be two Julia processes: one running LanguageServer
main.jl
, the REPL one runsterminalserver.jl
). - reload code-server window/tab
Expected
Upon reload Julia REPL is preserved.
It was working with VS Code 4.2.0 (4.3.0 and 4.4.0 haver other problems in my setup, so I cannot test them) and Julia extension 1.6.24.
Actual
Julia REPL is not in the list of terminals, while the old Julia REPL process (the one that runs terminalserver.jl
) is still running.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response