Update settings.json

Added dash extension for YAML
This commit is contained in:
hjanum 2019-04-15 10:10:07 -07:00 committed by GitHub
parent ff64d8c6cb
commit 0e7db43993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,9 @@
"**/__pycache__/**": true,
"**/deps/**": true
},
"files.associations": {
"*.dash": "yaml"
},
"editor.selectionClipboard": false,
"terminal.integrated.copyOnSelection": true
}