sadesyllas / vscode-workspace-switcher

Easily switch between workspaces
GNU General Public License v3.0
28 stars 8 forks source link

code-server support #28

Closed nhooyr closed 4 years ago

nhooyr commented 4 years ago

Hi @sadesyllas, a user reported that this extension does not work with code-server.

It seems to spawn code directly instead of using the VS Code API.

Details at https://github.com/cdr/code-server/issues/1121

Opening this to track this here instead of in the code-server repo.

axiac commented 4 years ago

This diff contains the minimum amount of changes required to fix this issue. I tested them on macOS and they work fine.

sadesyllas commented 4 years ago

In v1.15.0 this issue has been fixed.

@nhooyr, thank you very much for bringing this to my attention!

@axiac, thank you very much for your PR but I checked it out after I had fixed the problem so I ended up applyin pretty much the same changes like the ones you proposed, as part of fixing #31.