Open
Description
code-server should be able to handle the code
scheme, so URLs like vscode:extension/kayteh.plastic-slate
such as used to install themes via a Open in VSCode button e.g. on the Plastic Slate theme page on VSCodeThemes.
Edit: not sure if we can handle code
because the protocol must start with web+
. Handling web+code-server
might make sense though.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
nhooyr commentedon Apr 28, 2020
Given code-server doesn't run as an app locally, I'm not sure how we'd register for and handle such URLs.
kalikiana commentedon Apr 29, 2020
Using registerProtocolHandler the scheme can be mapped to a URL. Your browser will then confirm with the user that this is what they want.
nhooyr commentedon Apr 30, 2020
Neat, didn't know that existed, thanks for sharing.
stale commentedon Oct 26, 2021
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.
bilogic commentedon Oct 14, 2023
I would have thought this is handled by vscode, is it still on the roadmap?
code-asher commentedon Oct 16, 2023
It is not on the roadmap, and I am not sure if VS Code has added support for this. Does anyone know if it works in Codespaces?
12 remaining items