Vscode-material-icon-theme: Material Icon not picking up markdown icon for .md file extension

Created on 20 Apr 2019  路  1Comment  路  Source: PKief/vscode-material-icon-theme

material-icon-error
It shows markdown icon for README.markdown but not for README.md
VSCode ver: 1.33.1

Most helpful comment

Yes, for specific markdown files like "Readme.md" or "Licence.md" the extension provides different icons. For example, the "Readme.md" has an info icon because it usually contains some information about the current project in which it is placed.

You can change this behavior with this setting:

"material-icon-theme.files.associations": {
    "**.md": "markdown"
}

>All comments

Yes, for specific markdown files like "Readme.md" or "Licence.md" the extension provides different icons. For example, the "Readme.md" has an info icon because it usually contains some information about the current project in which it is placed.

You can change this behavior with this setting:

"material-icon-theme.files.associations": {
    "**.md": "markdown"
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

simlej picture simlej  路  3Comments

JarvisPrestidge picture JarvisPrestidge  路  4Comments

clankill3r picture clankill3r  路  3Comments

RacerDelux picture RacerDelux  路  3Comments

niksudan picture niksudan  路  3Comments