I've tried by changing the IP address and also changed the default browser, but still not working.
Asked
Active
Viewed 346 times
1 Answers
0
Check if you have written a nasty code which blocks some of the function of live server. Just go on element tab in dev tools and scroll down to check the script written after <-- Code Injected by Live Server -->
.
See whether you have used the same name for any function in your any js file. If so just change their names. If this does not work then try to reinstall live server extension.

Animesh Jha
- 41
- 6
-
tried both but nothing works – Umair Mughal Feb 10 '22 at 07:16
-
Have you tried to change any settings of the extensions. If so, just make them default. It might resolve your problem. It can be that you might be using any code beautifier such as prettier. Check if disabling them helps you. – Animesh Jha Feb 10 '22 at 07:20
-
disabling them also not working – Umair Mughal Feb 10 '22 at 07:36