Skip to content
New issue

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

Doesn't work for JSON #11

Open
AMDarter opened this issue May 19, 2023 · 3 comments
Open

Doesn't work for JSON #11

AMDarter opened this issue May 19, 2023 · 3 comments

Comments

@AMDarter
Copy link

Works great for CSS, Javascript/React but not for JSON.

@AMDarter
Copy link
Author

"vscode-color-picker.languages": [
        "python",
        "javascript",
        "typescript",
        "json",
        "php",
        "html",
        "css",
        "scss",
        "sass",
        "less",
        "markdown",
        "yaml",
        "graphql",
        "plaintext",
        "jsx"
    ]

@thiagobraga
Copy link

Maybe it's related to #6

@alexeychikk
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants