Skip to content

Commit 713b72c

Browse files
committed
Follow redirects
1 parent d2f3da4 commit 713b72c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
### Fixed
6+
7+
- Redirects will now be followed when watching a workspace build, like when a
8+
workspace is automatically started.
9+
510
## [v1.0.1](https://github.com/coder/vscode-coder/releases/tag/v1.0.1) (2024-06-07)
611

712
### Changed

src/remote.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export class Remote {
244244
headers: {
245245
"Coder-Session-Token": token,
246246
},
247+
followRedirects: true,
247248
})
248249
socket.binaryType = "nodebuffer"
249250
socket.on("message", (data) => {

0 commit comments

Comments
 (0)