Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter preview icons showing broken asset image on code completion

When i first installed the flutter and dart extensions the icon preview was working alright, but when i developed in an environment where there was no wi-fi the icon preview broke. (Not sure that was the problem)

enter image description here

I've tried reinstalling all flutter and dart related extensions but the problem still persists. I'd appreciate any suggestions

P.D.: Working on VsCode 1.58.0 and MacOs 11.4

like image 371
Mlopezc Avatar asked Jul 12 '21 10:07

Mlopezc


1 Answers

This appears to be a regression in VS Code:

  • https://github.com/microsoft/vscode/issues/128315
  • https://github.com/microsoft/vscode/issues/119786

Unfortunately I'm unable to find a workaround so will need to wait for a fix. I would recommend putting 👍's on those issues, as right now the open issue doesn't seem to be treated as a regression but rather fixing some technical debt.

like image 143
Danny Tuppeny Avatar answered Oct 24 '22 13:10

Danny Tuppeny