Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Sep 9, 2024
1 parent a7ed1ee commit 8e63b8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

- Previously, if a workspace stopped or restarted causing the "Start" dialog to

Check failure on line 5 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
appear in VS Code, the start button would fire a start workspace request regardless
of the workspace status.
Now we perform a check to see if the workspace is still stopped or failed. If its status

Check failure on line 8 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
has changed out from under the IDE, it will not fire a redundant start request.

### Changed

- Previously, the extension would always log SSH proxy diagnostics to a fixed
Expand Down

0 comments on commit 8e63b8d

Please sign in to comment.