Connect to a coder workspace from vscode.dev
- Dominant language
- TypeScript
- Stars
- 130
- Forks
- 48
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 15
Description
Can a Coder workspace be connected from [vscode.dev](https://code.visualstudio.com/docs/editor/vscode-web)?
Coder vscode extension uses the coder binary to connect to workspaces, so without a native WASM binary, it doesn't look possible.
Investigating and, if possible, implementing this should be nice to have.
It is possible to run extensions in the browser vscode version. See https://code.visualstudio.com/blogs/2021/10/20/vscode-dev#_extensions
Here is a guide to author web extensions: https://code.visualstudio.com/api/extension-guides/web-extensions
Edit:
I am not sure how different [`vscode.dev`](https://code.visualstudio.com/docs/editor/vscode-web) is (in terms of features) from [Microsoft vscode server](https://code.visualstudio.com/docs/remote/vscode-server).
Contributor guide
Assessment
This issue has not been assessed yet.