
It shows markdown icon for README.markdown but not for README.md
VSCode ver: 1.33.1
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"
}
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: