We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f3da4 commit 713b72cCopy full SHA for 713b72c
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+### Fixed
6
+
7
+- Redirects will now be followed when watching a workspace build, like when a
8
+ workspace is automatically started.
9
10
## [v1.0.1](https://github.com/coder/vscode-coder/releases/tag/v1.0.1) (2024-06-07)
11
12
### Changed
src/remote.ts
@@ -244,6 +244,7 @@ export class Remote {
244
headers: {
245
"Coder-Session-Token": token,
246
},
247
+ followRedirects: true,
248
})
249
socket.binaryType = "nodebuffer"
250
socket.on("message", (data) => {
0 commit comments