Skip to content

No support for comments in config file #76

@voelzmo

Description

@voelzmo

The used JSON parser doesn't support comments within the configuration JSON file.

Steps to reproduce:

  • Take a working example configuration file and use it
  • Add a comment with "//" either at the end of a line or at the beginning of a line

Expected:

  • The plugin still uses the configuration file

Actual:

  • Parsing error, configuration file is not accepted

My use case is that I'd like to add comments what an option actually means. Some of them are very cryptic or at least not intuitive to understand. Being able to use comments within a JSON file should be possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions