Asher
Asher
**Actual behavior** When I pass `--use-new-run` I see the following toward the end of the logs: ``` INFO[0000] Initializing snapshotter ... INFO[0000] Taking snapshot of full filesystem... ``` But I...
You get "file does not exist" which is confusing if you are doing something like adding an extension because it makes it sound like the vsix you are uploading does...
This is not for code-server itself (since it works relatively), it would just be prepended to `absproxy` requests for applications that need the full path.
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.
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...
 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? -...
No need to do token auth in this case as the certificate is handling it. - [ ] Login (just skip the token prompt entirely) - [ ] Omit token...
We have to re-implement logic (like updating a workspace before starting it) and it would be better to just call out to the cli since it already accounts for all...
If some API request gets a 401, instead of showing the token prompt, show the request that failed and a retry button.