vscode-coder
vscode-coder copied to clipboard
Open any Coder workspace in VS Code with a single click.
Having the set of host names generated by the CLI (`coder.`) and the set of host names generated by the plugin (`coder-vscode.--*`) causes some confusion when you mix connecting via...
Currently we look for recents based on the host name. But if you opened a workspace with the remote SSH plugin directly, those host names are different than the special...
Currently, if you try to open a workspace it will automatically launch the folder configured in the API response. If there is no default folder, then the plugin will ask...
I posted a feature request for an allow+deny list for port forwarding on the jetbrains-backend-coder repo, but this also applies to the VS Code case. Cross-posting the issue here so...
Currently, the play button immediately calls out to the remote SSH plugin. Then, our plugin hooks into the remote SSH plugin activation and it does its magic like starting the...
If you have many workspaces, it can be difficult to find the one you want. One workaround is to run the `Coder: Open Workspace` (`coder.open`) command which should pop up...
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.10 to 1.11.12. Release notes Sourced from dayjs's releases. v1.11.12 1.11.12 (2024-07-18) Bug Fixes Add NegativeYear Plugin support (#2640) (6a42e0d) add UTC support to negativeYear plugin (#2692)...
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.17.1 to 8.18.0 Release notes Sourced from ws's releases. 8.18.0 Features Added support for Blob (#2229)....
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...
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...