bjones1 / CodeChat_system

3 stars 12 forks source link

Add button to manually rebuild #62

Open StevenClontz opened 1 year ago

StevenClontz commented 1 year ago

I often get a build that's slightly stale by a few keystrokes. One way to trigger a rebuild is to add in some idempotent whitespace, but a button (maybe also a keyboard shortcut) to trigger the relevant rebuild would be great.

StevenClontz commented 1 year ago

(Maybe this is silly though - I just realized that even though you don't need to manually trigger saves in VS Code on web, you can trigger a save with Ctrl+S, which triggers a CodeChat build.)

bjones1 commented 1 year ago

True -- saving does trigger a build. Perhaps this is more a documentation issue?