Live Server inject error

Hi all,

Just starting out on Javascript and I’ve installed the Live Server 5.6.1 extension (Ritwick Dey) as instructed in setting up your development space video.

The extension seems to work in that it opens the tab in Chrome and is can see my JS executing. However, it always has the following errors in the console and I can’t figure out why:
inject.js:372 GET http://127.0.0.1:5500/favicon.ico 404 (Not Found)
extractIconBase64 @ inject.js:372
(anonymous) @ inject.js:333
(anonymous) @ inject.js:789

Has anybody else encountered this and is there an easy way to resolve it?

Thanks,
Simon