-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels