Skip to content

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

@sapereaudete

Description

@sapereaudete

🐞 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.

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working as expected.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions