coder / vscode-coder

Open any Coder workspace in VS Code with a single click.
MIT License
49 stars 13 forks source link

Reload UX is glitchy when I "Add folder to workspace" #245

Open bpmct opened 2 months ago

bpmct commented 2 months ago

https://github.com/coder/vscode-coder/assets/22407953/a87ed812-c6de-4603-b3ae-941e4387e4ac

This only occurs the first time. Once a workspace is established, other folders can be added seamlessly

code-asher commented 2 months ago

I suppose VS Code reloads itself when creating a workspace, and then as it reloads it tries to reconnect as well, which fails. I am not sure why it tries to reconnect when it is reloading anyway, I would guess a bug with the remote SSH plugin, but maybe our plugin somehow causes it?

If https://github.com/microsoft/vscode/issues/72529 lands it would also fix it (by avoiding the reload entirely).