Asher
Asher
Does this persist indefinitely? I know VS Code keeps terminal sessions alive for a while, not sure what the timeout is though. Also your report says this reproduces in VS...
Closing for now as an upstream issue. Maybe this one? https://github.com/microsoft/vscode/issues/211462
Technically we still need to work on official Windows support: https://github.com/coder/code-server/issues/1397 That said, I am not sure what is going wrong here.
Sorry we did not triage this. Are you using HTTPS? That is usually the reason for why the notebook is not rendering. Can you post the browser logs? Are there...
This is probably a bug with VS Code itself, so if we could get it tested on Codespaces to confirm then we could submit it upstream.
Closing for now as an upstream issue.
The issue I think will be how to get the cli to use those memento-based map of secrets. Right now we use the file, maybe we could set the token...
Maybe the new keyring stuff will help, although only on Windows for now.
We do not control the SSH spawn though, so how do we set environment variables for the sub-process? Even if we set them in the current process (which may not...
I do not see that we actually use this anywhere so we can probably delete it. It was added in https://github.com/coder/vscode-coder/pull/48; @BrunoQuaresma any idea if there were plans to use...