code-server version: https://ide.coder.com (now unusable for me due to that bug)If the current workspace folder does not exist (because it has been deleted), the IDE crashes when starting. The result is an empty black page and there is no way to change/reset the workspace.
rm -rf /that/folder in the terminal.INFO Loading IDE
INFO Starting socket [1/5]...
INFO Connected to socket
INFO Start workbench
ERROR Failed "Start workbench" duration=760ms
ERROR Unexpected window configuration without backupPath
WARN Load completed with errors duration=2560ms
Uncaught Error: ENOENT: no such file or directory, stat '/projects/something-I-deleted'
As a temporary workaround until this gets fixed, clear your browser's Local Storage. That is where the active workspace path is cached.
In Chrome : Chrome devtools -> Application tab -> Local Storage -> ide.coder.com -> delete all key-value pairs there.
That worked, thanks. 馃憤
Most helpful comment
That worked, thanks. 馃憤