Open AMDarter opened 1 year ago
"vscode-color-picker.languages": [
"python",
"javascript",
"typescript",
"json",
"php",
"html",
"css",
"scss",
"sass",
"less",
"markdown",
"yaml",
"graphql",
"plaintext",
"jsx"
]
Maybe it's related to #6
Add jsonc
(JSON with Comments) to the language list:
"vscode-color-picker.languages": ["json", "jsonc", ...]
There is also jsonl
(JSON Lines) but I don't even know what's that.
Works great for CSS, Javascript/React but not for JSON.