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

[Bug] Codium: Minifier deletes blanks after colon in property value #194

Open
sapereaudete opened this issue Mar 20, 2025 · 0 comments
Open
Assignees
Labels
Type: Bug Something isn't working as expected.

Comments

@sapereaudete
Copy link

🐞 Bug Report

Describe the bug

Codium: Minifier deletes blanks after colon in property value


Is this a regression?


To Reproduce

  1. Create a JSON file
  2. Example: {"a": "Example: Bla"}
  3. Minify it
  4. Result: {"a":"Example:Bla"}

Expected behaviour

Result should be {"a":"Example: Bla"}


Media prove


Your environment

  • OS:

CODIUM 1.96.2, Release 24355
Linux openSUSE Leap 15.6
KDE-Plasma-Version: 5.27.11
KDE-Frameworks-Version: 5.115.0
Qt-Version: 5.15.12

Additional context

In my view property values should never be minified.

@sapereaudete sapereaudete added the Type: Bug Something isn't working as expected. label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

2 participants