Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

187
Views
Is there a way to get the Visual Studio code terminal to quit asking for favicon.ico

Using vsCode for JavaScript. Everytime I open live server in the terminal I get "GET/favicon.ico" which always leads to a 404 error since I don't have a favicon. Is there a way to stop this?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Browsers such as Chrome request "favicon.ico" by default.

If you are working on some site that does not need a favicon, here are some workarounds.

  1. add the line: <link rel="icon" href="data:,"> to the head of all your html files

Since you mentioned settings, here are a couple things you can do to quickly get rid of the 404:

  1. Chrome Network tab -> right click "favicon.ico"
  • select Block request url [you can disable this later]
  1. Live Server settings > Settings: File
  • enter some other default file or / [dangerous, not recommended for this case]

Keep in mind, the last two solutions will likely catch up to you if you actually want the default behavior to let you know when you did not add a favicon.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!