vscode-coder
vscode-coder copied to clipboard
Open any Coder workspace in VS Code with a single click.
Trying to connect to a workspace which is pending deletion results in this error: ``` API POST to 'https:///api/v2/workspaces/fbcd97fa-2b0f-4eea-87fd-c3b343633071/builds' failed. Status code: 403 Message: insert workspace build Detail: authorize context:...
Coder provides a `coder netcheck` command in the CLI to check networking and report possible issues. It would be great to provide a similar feature that's accessible through the IDE...
There appears to be a race in the Coder VSCode extension where using mulitple VS Code windows connected to different workspaces can try to update the `coder` binary at the...
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.3. Release notes Sourced from zod's releases. v3.24.3 Main feature: massive tsc performance improvement in .extend() courtesy of @Andarist: #4150 Commits: de1f090c98b40884aafc4f324010ab484da2be1e Switch to featured...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.8.3. Release notes Sourced from typescript's releases. TypeScript 5.8.3 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...
Recently, we had an issue related to [SSE connections leaked](https://github.com/coder/vscode-coder/issues/468) causing some overload in the API. It was fixed by https://github.com/coder/vscode-coder/pull/479, but we want to be sure this is not...
Implement an enhancement making this extension aware of Coder Desktop. With Coder Desktop running, there is already an established tunnel to a workspace; thus, the extension does not need to...
> Similar issue but not necessarily attributed to port forwarding: (potentially degraded with 2.19/2.20) - the `Reload Window` function can fail when reconnecting to (the) workspace. Using it leaves the...
Bumps [memfs](https://github.com/streamich/memfs) from 4.9.3 to 4.17.0. Release notes Sourced from memfs's releases. v4.17.0 4.17.0 (2025-01-09) Features allow setting rdev on node (#1085) (2717334) v4.16.0 4.16.0 (2025-01-09) Features support UInt8Array in...
An enterprise customer has reported that a long-running VSCode session connected via our extension leads to a slow and unfavorable experience in the integrated terminal. After about 24 hours, the...