Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 8 forks source link

Add the possibility to set files associations #369

Open wladimirgrf opened 11 months ago

wladimirgrf commented 11 months ago

In material-icon-theme extension, we can associate file with custom icons:

"material-icon-theme.files.associations": {
    ".env.sample": "env",
    "docker-compose.test.yml": "docker",
    "*.spec.ts": "test"
}

It would be fantastic to see the same behavior in Monokai Pro extension.