microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.27k stars 28.57k forks source link

extension contributes languages icon not loaded #221741

Open max529 opened 1 month ago

max529 commented 1 month ago

I'm the maintainer of Aventus extension. After the update from 1.90.X to 1.91.1 all icons set inside contribute.languages section aren't loaded.

This is the contribute section :

"contributes": {
  "languages": [
    {
      "id": "Aventus HTML",
      "extensions": [
        ".wcv.avt"
      ],
      "configuration": "./syntaxes/html-language-configuration.json",
      "icon": {
        "light": "./icons/aventus-view.png",
        "dark": "./icons/aventus-view.png"
      }
    }
  ]
}

I can't find a section into to release that can explain why it's working on 1.90.X and not on 1.91.1

daviddossett commented 1 month ago

@sandy081 any ideas?

max529 commented 4 weeks ago

I downloaded the 1.92.1. My icon files still don't appear. If you need any further information, please do not hesitate to contact me.