I've installed vscode into two different PC, one of them auto-apply the changes I have made in the template of the .vue file that I am working while it doesn't do so in the other unit (e.g. When I change a height of a button from 1rem to 5rem, I'd be able to see the changes in the Google or Mozilla Firefox browsers either immediately applied or the page reloads automatically without me doing anything to it). The same when I have made changes in the external CSS files that I have in the assets folder.
I have also tried and installed the same extensions (e.g. live-server, live-Sass-compiler, vetur, prettier) but the same issue persist in the other PC. Now, I can't access the PC with working auto-apply-changes-made-in-the-template-or-CSS. So my question is: Does any one have any idea how to enable or restore the function that automatically apply the changes when you save a change in your vscode to your browser.
Other troubleshooting that I did:
- Uninstalled and reinstalled vscode completely from the system.
- Deleted the local folder of the project, cloned them again, and reinstalled the packages.
- Deleted all extensions and reinstalling them again.
P.S. I use nuxt.js framework while working on the same project.