question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vscode icons for files are no longer loaded in latest chrome

See original GitHub issue

On latest Chrome, folder icons are applied, however, file icons look like this.

image

This behavior also valid for GitLab too. Folders are visible, file icons are not.

I catch this error in console:

content.js:1 Uncaught (in promise) TypeError: Cannot read property 'includes' of undefined
    at content.js:1
    at y (content.js:1)
    at Object.t.initGithub [as github] (content.js:1)
    at Object.t.showIconsForHosting (content.js:1)
    at content.js:1
    at Generator.next (<anonymous>)
    at p (content.js:1)
(anonymous) @ content.js:1
y @ content.js:1
t.initGithub @ content.js:1
t.showIconsForHosting @ content.js:1
(anonymous) @ content.js:1
p @ content.js:1
Promise.then (async)
g @ content.js:1
(anonymous) @ content.js:1
l @ content.js:1
(anonymous) @ content.js:1
(anonymous) @ content.js:1
s @ content.js:1
(anonymous) @ content.js:1
(anonymous) @ content.js:1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:27 (10 by maintainers)

github_iconTop GitHub Comments

7reactions
dderevjanikcommented, May 20, 2019

Thanks, closing closed Issue, for now 😄

@steebchen should be available for you in next few hours 😃

5reactions
dderevjanikcommented, Apr 25, 2019

Ok, thank you very much for details. It looks like refined github is manipulating with DOM and that causes errors.

Will try fix it ASAP 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extension icons sometimes not shown · Issue #687 - GitHub
After a lot of trial and error it appears that the issue has to do with how VSCode is launched. If I launch...
Read more >
File and Folder Icons in VS Code!
File and Folder Icons in Visual Studio Code.
Read more >
What's New for Chrome debugging in VS Code
If you aren't familiar with the Microsoft Debugger for Chrome extension, it allows you to debug your client-side JavaScript running in Google  ......
Read more >
Product Icon Reference | Visual Studio Code Extension API
identifier default codicon ID description accounts‑view‑bar‑icon account Accounts icon in the view bar. breakpoints‑view‑icon debug‑alt View icon of the breakpoints view. callstack‑view‑icon debug‑alt View icon of...
Read more >
Managing Extensions in Visual Studio Code
Browse for extensions. You can browse and install extensions from within VS Code. Bring up the Extensions view by clicking on the Extensions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found