You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating multiple files in a solution while debugging it is not always easy to keep track of all changes being made. Especially as some files may be updated by various build tools (e.g. resources, source-generated files, etc).
It would be useful to add a command under the Hot Reload button that shows UI that displays the changes being made that haven't been applied yet. The UI could be similar to the diff UI we display after calculating Code Fix changes.
We can also display live changes in a dedicated tool window "Hot Reload: pending changes".
The text was updated successfully, but these errors were encountered:
When updating multiple files in a solution while debugging it is not always easy to keep track of all changes being made. Especially as some files may be updated by various build tools (e.g. resources, source-generated files, etc).
It would be useful to add a command under the Hot Reload button that shows UI that displays the changes being made that haven't been applied yet. The UI could be similar to the diff UI we display after calculating Code Fix changes.
We can also display live changes in a dedicated tool window "Hot Reload: pending changes".
The text was updated successfully, but these errors were encountered: