-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 with empty array #22
Comments
|
Hi! Maybe let me try to rephrase the problem. I expected this library to Original"configurations": [
{
"name": "XDebug:9000",
"type": "php",
"request": "launch",
"port": 9000,
"exclude": [
// "!vendor\/bilogic\/**",
// "**\/vendor\/**"
],
}
] Output after 1st
|
thanks for explaining |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I put a VSCode workspace through this project and it returned the
exclude
part in a format thatjson_decode
cannot parse.The text was updated successfully, but these errors were encountered: