Files
NativeScript/tests/.vscode/settings.json
2019-06-13 11:01:55 +03:00

11 lines
230 B
JSON

{
"xml.fileAssociations": [
{
"systemId": "/Users/myankov/Work/NativeScript/tests/schema/tns.xsd",
"pattern": "**/**/*.xml"
}
],
"files.exclude": {
"schema": true
}
}