Skip to content

Bug with empty array #22

@bilogic

Description

@bilogic

I put a VSCode workspace through this project and it returned the exclude part in a format that json_decode cannot parse.

            "configurations": [
                {
                    "name": "XDebug:9000",
                    "type": "php",
                    "request": "launch",
                    "port": 9000,
                    "exclude": [
                        //                         "!vendor\/bilogic\/**",
                        //                         "**\/vendor\/**"
                    ],
// returned as this, which cannot be parsed
"exclude": [
],
// putting it through the parser again returns this, which is now parsable
"exclude": [],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions