vscode-coder
vscode-coder copied to clipboard
Connect to a coder workspace from vscode.dev
Can a Coder workspace be connected from vscode.dev?
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 is (in terms of features) from Microsoft vscode server.