-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove Live reload enabled from console? #16
Comments
If you don't want to live reload features for specific files, you can apply exclude files by settings - If you want to disable the live reload feature totally. You can use wildcard in the settings. Let me know if it works for you or not. |
I dont want to remove any feature!!!, I just want to remove the line of code that says: console.log("Live reload enabled") I dont want it to appear every time I save my files |
Yep! I got that. It is little bit annoying when you dealing javascript. Okay... in next update I'll add this feature so that the 'live reload enabled' message comes only one time. :) |
Hi @AAhrit , This issue has been fixed with v2.0.0 update. Please update it from vscode marketplace 😄. If you really like the extension, please drop a review to vscode marketplace. |
Damn!!! Its great. Thanks for adding me on the changelog +1: |
Experiencing same error. |
Experiencing same error. |
Experiencing same error. and im not a beginner |
if you are facing this issue in function-js
you have call the function in the end |
@ritwickdey i am getting the error in console 'live reload enable'.plzzz can u reply ASAP, coz i have to finish my project real quick but i'm struck here. |
Hi men this is a awesome extension but where I do remove Live reload enabled? every time I save my js file that message shows in the console
The text was updated successfully, but these errors were encountered: