ritwickdey / vscode-live-server

Launch a development local Server with live reload feature for static & dynamic pages.

Home Page:https://ritwickdey.github.io/vscode-live-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.settings.ignoreFiles doesn`t work

qbunia opened this issue · comments

Posting again problem that occured in #188
Could you check it out?

This is a bug. I now looking for this

commented

Hello Ritwickdey,
Pls am having difficulty with Visual Studio live preview..

(https://127.0.0.1:5500/index.html
Application not found)
thats the error message i keep getting when i click on go live..

pls i need help with this.

thanks

@onimisiv Where exactly do you face the error, can you provide some screenshots?

commented

Screenshot (271)
@Almo7aya thanks for reverting.i cant find port 5500, its says application not found.

@onimisiv I think the problem with you is the extension cannot open your default browser, try open http://localhost:5500 manually in your browser

same problem come with me

hey , its easy just set chrome as a default nav

hey , its easy just set chrome as a default nav

How to do that ?

live server keeps showing me error message underneath my app after loading on Chrome browser. What should I do?

@onimisiv¿Dónde se encuentra exactamente el error? ¿Puede proporcionar algunas capturas de pantalla?

tengo este mismo problema ayuda porfavo, pero mi puerto no es 5500, se esta cambiando pero no se por que

Hello, I am using Live Server with the Firefox Live Server Web Extension plugin. The page refreshes when a file is saved, but this causes a continuous page refresh loop. The only way to stop it is to stop the "Live Server". The development is done in PHP with a tool that maintains a cache. Loading a page automatically updates files in tmp/cache/...

I use the Watchman tool to monitor the actual modified files:

File updated : tmp/cache/sql_desc_a8601ad5.txt
File updated : tmp/cache/sql_desc_a8601ad5.txt
File updated : tmp/cache/sql_desc_a8601ad5.txt
File updated : tmp/cache/wheels/tw-e250372cea40803b13624d867dffa5b4.txt
File updated : tmp/cache/sql_desc_a8601ad5.txt
File updated : tmp/cache/skel/html_82cbec79f41d10e15493a1853d16e74e.php
File updated : tmp/visites/53a610341f

I can't find a "Live Server" output console in the list of Outputs in VSCode. Is there a way to view the names of the modified files that trigger a server reload? Is there a way to check that the added exclusion filters are being considered? Outputs of this type would be very useful:

file /tmp/cache/3656523F.php updated => ignored (cause exclusion list)
file /index.php updated => server reload

Is it possible to add this feature to facilitate debugging?

Thank you in advance.