Hi! I'm new at coding, been using vscode with live server extension and i had no issue, the problem starts when i installed it in a different computer.
Every time i tried to open with live server there is a message "http://127.0.0.1:5500/index.html application not found"
I have already tried uninstalling both live server and vscode, also every other suggestion that i could find here.
I cant either use chrome console with js using script command (console.log)
Thank you in advance!
"http://127.0.0.1:5500/index.html application not found"
--- where you're getting this issue? Please share a screenshot
@Missangay are you sure that getting this?
"http://127.0.0.1:5500/index.html application not found"
If you lunch server and unfortunately it isn't open on the browser and you trying to getindex.htmland if it isn't in the application then you can getCannot GET /index.html

Also console is not giving me back commands that i send

set the settings "liveServer.settings.CustomBrowser":"chrome"
@Missangay Is this issue solved?
Closing this issue due to no feedback.
Most helpful comment
set the settings
"liveServer.settings.CustomBrowser":"chrome"