-
-
Notifications
You must be signed in to change notification settings - Fork 154
Config is not merging in the correct direction. #656
Copy link
Copy link
Closed
Description
Settins from the home directory override those in the project directory. e.g.
"navigator.destinations": {
"source": "lib/<kernel>.php"
}
in the XDG home overrides
"navigator.destinations": {
"source": "src/<kernel>.php",
"spec": "spec/<kernel>Spec.php"
}
so that:
"navigator.destinations": {
"source": "lib\/<kernel>.php",
"spec": "spec\/<kernel>Spec.php",
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels