vscode-coder
vscode-coder copied to clipboard
Open any Coder workspace in VS Code with a single click.
To support non-MS VScode versions, like [Cursor](https://cursor.sh/) IDE, that can not access the [VSCode marketplace](https://marketplace.visualstudio.com/vscode), investigate if we can publish to [OpenVSX Registry](https://open-vsx.org/). Coder depends on [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), which is...
When logged out of the Coder extension or connecting to a different deployment of the Coder than the one previously logged in. I get the below error with VSCode not...
Logs. `ssh coder.dev` works fine. I had to restart my workspace to connect ```sh [12:21:23.389] Log Level: 2 [12:21:23.441] VS Code version: 1.76.2 [12:21:23.441] Remote-SSH version: [email protected] [12:21:23.441] darwin x64...
## Overview Our customers have noted that we release this extension in `v0.X.X`, which denotes a broken or unfinished product. Our VSCode extension has bugs, but is a stable and...
This covers the plugin side of https://github.com/coder/vscode-coder/issues/241. We will still need to make changes on the module side.
Bumps [coder](https://github.com/coder/coder) from `2e49fa9` to `f149279`. Commits f149279 fix(site): fix group badge visual (#13263) a8a0be9 chore: expose all organization ids from AuthContext (#13268) 721ab2a chore: add workspace activity linter (#13273)...
Currently you can infinitely accumulate logs (the ones produced by `--log-dir`). Well, maybe not infinitely, if you restart your machine I guess it would reset the pid counter and overwrite...
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0. Release notes Sourced from date-fns's releases. v3.6.0 On this release worked @kossnocorp and @world1dan. Also, thanks to @seated for sponsoring me. Fixed Fixed weeks...
# Description The changelog contains basic initial information 
 The plugin starts a workspace (if needed) and waits until the workspace is ready before connecting, which makes me wonder: - [ ] Is it not following redirects? -...