coder / vscode-coder

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

"Open Workspace" command pallette does nothing for me #341

Open bpmct opened 1 month ago

bpmct commented 1 month ago

https://github.com/user-attachments/assets/dff0494b-25cd-4362-94b0-7cbcf439437b

The only logs I see in "Extension Host" are

2024-08-18 10:08:49.890 [info] ExtensionService#_doActivateExtension coder.coder-remote, startup: false, activationEvent: 'onCommand:coder.openFromSidebar'
code-asher commented 4 weeks ago

Oh interesting, it looks like the wrong command. coder.open is the right one, coder.openFromSidebar should only be invoked from the sidebar. We should hide this command from the palette, I think it never makes sense for a user to manually invoke it from the command palette.