Skip to content

Config is not merging in the correct direction. #656

@dantleech

Description

@dantleech

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",     
    }, 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions