Search code examples
reactjsvisual-studio-codeconsoledevtools

Is it possible to automatically reload Dev Tools Console on VS Code save


As I'm writing in VS Code and I save, I'd like the console to reload rather than add all console logs to the bottom of the list in the console. Is it possible to have the console "clear" and reload all logs on each save?


Solution

  • Go to console of dev tools and open console settings at the right corner (which is in blue color as in the given image). Then uncheck preserve log

    enter image description here