vscode-coder
vscode-coder copied to clipboard
Open any Coder workspace in VS Code with a single click.
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior  Closing the terminal closes the SSH connection ### Relevant Log...
https://github.com/coder/vscode-coder/pull/536#discussion_r2153351637 This PR adds graceful handling of missing SSH extensions, and we could probably add a little code here to figure out which extension they need to install based on...
An SSH config can be written such that all connections to workspaces using the Coder VS Code hostname also run a `RemoteCommand` when connecting: ``` # --- START CODER VSCODE...
1. The only way to set an env is to use `SetEnv=MY_VAR=value`. If you use `SetEnv MY_VAR=true`, the env var gets added to the config incorrectly and SSH fails to...
Hey Team! VS Code plugin - bug / feature req Replication Steps: • VS Code window open connected to workspace X • Open a new VS Code window • Navigate...