Skip to content

feat(vscode): proposal for WendyOS#1341#54

Open
Joannis wants to merge 1 commit into
mainfrom
vscode-update/WendyOS-1341
Open

feat(vscode): proposal for WendyOS#1341#54
Joannis wants to merge 1 commit into
mainfrom
vscode-update/WendyOS-1341

Conversation

@Joannis

@Joannis Joannis commented Jul 6, 2026

Copy link
Copy Markdown
Member

The CLI PR adds a new CRASH_LOOPING app running state (value "CRASH_LOOPING" in JSON output from wendy device apps list). The extension's DevicesProvider surfaces app states in the sidebar tree and currently only distinguishes RUNNING from everything else. A crash-looping app would silently show as "stopped" with no visual indication of the restart loop.

The extension should be updated to:

  1. Add a CRASH_LOOPING value to the AppRunningState type in DeviceManager.ts
  2. Surface the crash-looping state in DevicesProvider.ts with a distinct icon (a warning/sync icon) and description so users can see at a glance that an app is crash-looping, matching the CLI's red presentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant