Commit Graph
3 Commits
Author SHA1 Message Date
maxandClaude Fable 5.1 86b21c15d0 Hot reload item: a word only in the warning states
Flame alone while idle, starting, watching or applied; "failed" and
"restart needed" get their text back, since those are the moments the
colour alone does not explain.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
2026-09-08 14:06:28 +02:00
maxandClaude Fable 5.1 9f0036c5d3 Hot reload status bar item shows the flame only
The state is in the icon, the warning colour and the tooltip.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
2026-09-08 13:52:01 +02:00
maxandClaude Fable 5.1 0cae24a1f0 Hot reload as a third launch mode, rewritten from dotnet-hot-reload
dotnet watch run with the startup project, configuration, platform and
per-project launch options from the status bar. The debugger is no
longer attached automatically: attach on demand, one notification with
Re-attach when the watcher replaces the process. Rude edits follow a
setting (restart / ask / warn). Warns before starting under an optimised
configuration, which SDK 10's dotnet watch cannot hot reload. Solution
build runs first so the Editor's post-build step finds the Builder.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
2026-09-08 13:47:37 +02:00