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
This commit is contained in:
@@ -4,7 +4,7 @@ Startup project and solution configuration in the status bar, with build, debug,
|
||||
hot reload that actually use them. Built for [DotRush](https://github.com/JaneySprings/DotRush).
|
||||
|
||||
```
|
||||
$(project) MyGame.Editor $(settings-gear) Test | x64 $(debug-alt) $(flame) Hot Reload
|
||||
$(project) MyGame.Editor $(settings-gear) Test | x64 $(debug-alt) $(flame)
|
||||
```
|
||||
|
||||
- The **project item** shows which `.csproj` is the startup project, and picks another one
|
||||
@@ -110,7 +110,7 @@ title is the same session.
|
||||
|
||||
| Action | How |
|
||||
| --- | --- |
|
||||
| Start | The `$(flame) Hot Reload` status bar item, *.NET Solution: Run Startup Project with Hot Reload*, or `Ctrl+Alt+F5` |
|
||||
| Start | The `$(flame)` status bar item (icon only; the state is in its colour and tooltip), *.NET Solution: Run Startup Project with Hot Reload*, or `Ctrl+Alt+F5` |
|
||||
| Apply, restart, attach, stop | Click the status bar item while it runs — one menu for all of them |
|
||||
| Restart the application | Also `Ctrl+R` inside the watch terminal |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user