vscode-coder
vscode-coder copied to clipboard
Open any Coder workspace in VS Code with a single click.
Depending on how long the query takes, it can look like the sidebar is temporarily broken.
You can get into a slightly weird state where VS Code is logged in but the cli configuration has been deleted. We could try logging the cli back in when...
Replaced the `node-forge` dependency with `@peculiar/x509`, which is more modern, lightweight, and still widely adopted (600K+ downloads). I initially attempted to use Node.js's built-in `crypto` module, but encountered an issue...
Closes #586
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.39.0. Release notes Sourced from eslint's releases. v9.39.0 Features cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti) 126552f feat: update error...
WebSocket streams occasionally drop due to client network loss or server-side interruptions. Today, many parts of the app rely on one-way WebSockets for push updates, and a closed socket isn’t...
## Description Users are encountering a confusing error dialog when the VS Code extension fails to read a signature or binary file. The error message is unclear about what specifically...
The VS Code host alias generated for Coder workspaces can be very long. This pushes OpenSSH’s ControlPath over its 108-byte limit, and the connection fails with: `ControlPath too long ('/home//.ssh/master-@:22'...
With Coder becoming an OAuth provider, there is an opportunity to replace the existing copy-paste token authentication with a smoother experience. # Issues with Token Auth - **Longer default token...