We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ed1ee commit 8e63b8dCopy full SHA for 8e63b8d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+- Previously, if a workspace stopped or restarted causing the "Start" dialog to
6
+ appear in VS Code, the start button would fire a start workspace request regardless
7
+ of the workspace status.
8
+ Now we perform a check to see if the workspace is still stopped or failed. If its status
9
+ has changed out from under the IDE, it will not fire a redundant start request.
10
+
11
### Changed
12
13
- Previously, the extension would always log SSH proxy diagnostics to a fixed
0 commit comments