localhost refused to connect | VS code error for HTML

preview_player
Показать описание
Common error faced by the most beginner VS code user.
This can be perfect solution for those who are looking to solve localhost error or who want to run HTML file.
Рекомендации по теме
Комментарии
Автор

THANK YOU SO SO I am a beginner, and I was so stressed out when I realized VScode is not working. You are a savior! Thank you!

neuromencer
Автор

Finally, It's working. I am worried about this problem for many days. Thank you so much.

sweetychallagolla
Автор

there are many ways to relieve a headache, aspirin and your videos. thank you so much

abisaigarcia
Автор

Amazing tutorial friend! The second one worked like a charm.

humaneshark
Автор

Thanks. Last one worked for me. Odd how I was never taught this in my coding class

backpack
Автор

Thanks, bro. You're like my life saver for this.

bardx
Автор

Thank you very much for all of your help! This helped me a lot for a project I've been working on!

ZanderzMcCluer
Автор

Huge Thanks.... I was so frustrated with my university project ( beginner here )

cezardiaconu
Автор

Good job! Keep it up! It solves my problem using the final solution.

loysweelim
Автор

Thank you so much brother! I will be honest with you I watched 3 videos before I landed on this video. Only this video helped me and none of the other videos worked for me. I really appreciate this video. Keep up the good work. Bless up!

allstartvk
Автор

Tq..the third solution really help me🥺i almost crying doing my assignment.

muhammadaimanmustakim
Автор

The very moment I faced this problem, the 1st thought into my mind was its gonna waste an hour atleast along some lents but you saved me. Thanks a lot

syedmohammadsuhaib
Автор

thank you so much man I was figuring this out for LITERALLY AN hour thought I made some big mistake :D

konseigu
Автор

OMG. 3rd solution is working for all files .
Thank you 🌸🙏

anjalikothari
Автор

Thank you so much for this. The third solution worked perfectly.

DarkspineNero
Автор

I just had this issue and this solved it. Thanks man I appreciate you.

Add this to your launch.JSON file. Save and try again

{

"version": "0.2.0",
"configurations": [
{
"name": "Open index.html",
"request": "launch",
"type": "chrome",
"file": "${file}"
}
]
}

lukemoorhouse-bhvs
Автор

Thank you very, very, very much. I was struglling with this for days. This saved me.

KalinaCavlin
Автор

Finally, it's working thanks you so much for this video. It's really helpful for beginners.

phupin
Автор

Thank you!! Literally could not find a solution to this issue anywhere.

Ravikataria
Автор

You just solved my issue in 15 sec with intro XD

Artur-wjyn