Skip to content
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

Closed
ghost opened this issue Aug 22, 2017 · 10 comments
Closed

How to remove Live reload enabled from console? #16

ghost opened this issue Aug 22, 2017 · 10 comments
Assignees

Comments

@ghost
Copy link

ghost commented Aug 22, 2017

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

@ritwickdey
Copy link
Owner

If you don't want to live reload features for specific files, you can apply exclude files by settings -
`liveServer.settings.ignoreFiles'.

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.

@ghost
Copy link
Author

ghost commented Aug 23, 2017

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

@ritwickdey
Copy link
Owner

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. :)

@ritwickdey
Copy link
Owner

Hi @AAhrit , This issue has been fixed with v2.0.0 update. Please update it from vscode marketplace 😄.
Let me know if it like it or not.

If you really like the extension, please drop a review to vscode marketplace.

@ghost
Copy link
Author

ghost commented Aug 26, 2017

Damn!!! Its great. Thanks for adding me on the changelog +1:

@rajat8266
Copy link

Experiencing same error.
As a beginner ,where i need to make changes?

@akashutosh77
Copy link

Experiencing same error.
As a beginner ,where i need to make changes? @ritwickdey ritwickdey

@cazavi
Copy link

cazavi commented May 6, 2022

Experiencing same error. and im not a beginner

@G-ourav
Copy link

G-ourav commented Jul 15, 2022

if you are facing this issue in function-js
function greet() {
console.log('Good morning');
}

 greet();

you have call the function in the end

@sohailX13
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants