We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works great for CSS, Javascript/React but not for JSON.
The text was updated successfully, but these errors were encountered:
"vscode-color-picker.languages": [ "python", "javascript", "typescript", "json", "php", "html", "css", "scss", "sass", "less", "markdown", "yaml", "graphql", "plaintext", "jsx" ]
Sorry, something went wrong.
Maybe it's related to #6
Add jsonc (JSON with Comments) to the language list:
jsonc
"vscode-color-picker.languages": ["json", "jsonc", ...]
There is also jsonl (JSON Lines) but I don't even know what's that.
jsonl
No branches or pull requests
Works great for CSS, Javascript/React but not for JSON.
The text was updated successfully, but these errors were encountered: