Skip to content

Step 3 - Use ide.files.change for live preview

What does this MR do?

As part of the larger Live Preview work, it was observed that the clientside preview was refreshing way too much. It turns out we were watching on any change to any of the file objects in our Vuex state.

Thankfully, the Web Terminal work opened up the ability for us to be notified when a file has actually changed through the ide.files.change event.

Screenshots (strongly suggested)

Live preview still works!

Screen_Shot_2020-12-17_at_2.44.37_AM

Does this MR meet the acceptance criteria?

Conformity

Edited by Paul Slaughter

Merge request reports