sirfuzzalot / workspace-explorer

Organize, iconize and open your collection of VSCode workspaces
Apache License 2.0
21 stars 1 forks source link

Latest VSCode Update for Windows breaks remote (ssh) workspace switching #37

Closed EthanBannister closed 2 months ago

EthanBannister commented 2 months ago

Using version 1.91.1, selecting a workspace when connected to a remote host (SSH) will activate the selected workspace and automatically switch to it.

After the latest update to version 1.92, this extension is broken. The complete workspace list appears, but selecting a specific workspace does not do anything anymore.

EthanBannister commented 2 months ago

Confusion on my end. Was using the older workspace-explorer extension and switch to this version. I had to manually add:

"remote.extensionKind": {
    "tomsaunders-code.workspace-explorer": ["workspace"]
},

to the user settings.json, and provide the "workspaceExplorer.workspaceStorageDirectory" where my vscode-workspace files lived.

sirfuzzalot commented 2 months ago

@EthanBannister glad you figured it out. I'll link to the section in the docs for anyone who finds this issue in the future.

https://github.com/sirfuzzalot/workspace-explorer/tree/main?tab=readme-ov-file#using-workspace-explorer-remote-only