Asher
Asher
If you have two VS Code windows open, for example, and they both try to start the workspace, one will fail with a 409. If we get this we should...
For some reason, when we set this inside VS Code, it just does nothing. It works in tests so the code is correct, but maybe VS Code does some shenanigans...
Whenever we get a >500 error it could be helpful to check if a proxy is set and mention that in the error.
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information N/A ### Steps to Reproduce 1. Cause the `workbench.web.main.js` bundle to...
Can we spin up Artifactory to test against? Or have something other than just a mock to test our implementation against automatically.
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...
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...