Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: macOS
- Remote OS: Linux
- Remote Architecture: amd64
code-server --version
: 4.2.0 693b1fa with Code 1.64.2
Steps to Reproduce
- open code-server on directory foo:
code-server /path/to/project/foo
- close/kill/stop code-server
- open code-server on directory bar:
code-server /some/other/path/bar
Expected
For code-server to run with the project base in /some/other/path/bar
.
Actual
code-server runs with the project base /path/to/project/foo
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
- I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
This has worked fine until recently.
Using over SSH tunnel, NOT HTTPS.