chinchiheather / vscode-margin-colours

Visual Studio Code extension to display colour badge next to line numbers when any hex, rgb(a) or hsl(a) colours are written in a file
7 stars 5 forks source link

feat: make filetypes configurable by user #25

Closed airtonix closed 4 months ago

airtonix commented 9 months ago

fixes #11 (and any future tickets like it)

this change removes the hardcoded filetypes from the config and replaces it with user controlled configuration allowing the user to control what filetypes the extension will provide margin colors for.

image

image