Visual Studio Code : Auto Save, Auto Reload

jwp

John Peters

Posted on November 12, 2020

Visual Studio Code : Auto Save, Auto Reload
  • View Command Palette Alt Text
  • Open UI Settings: Alt Text
  • Alter these Values: Alt Text

Result:
AutoSave every three seconds, followed by File Watcher for Angular 10 apps. means your browser is ready before you can switch screens. Nice!

Angular 11
Hot Module Replacement is a feature of Webpack. The HMR updates your Angular browser instance with just changed content. This will replace the filewatcher method.

💖 💪 🙅 🚩
jwp
John Peters

Posted on November 12, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related