{
    "NativescriptExtend.fileAssociations": [
        {
            "systemId": "/Users/gabrielmandler/Desktop/appsflyer-nativescript-plugin/schema/tns.xsd",
            "pattern": "**/**/*.xml"
        },
        {
            "systemId": "http://www.w3.org/2001/XMLSchema.xsd",
            "pattern": "/Users/gabrielmandler/Desktop/appsflyer-nativescript-plugin/schema/tns.xsd"
        }
    ],
    "files.exclude": {
        "schema": true
    },
    "NativescriptExtend.format.enabled": true,
    "NativescriptExtend.validation.enabled": true
}