Configure .overlay files to use dts file assocation.

This commit is contained in:
Pete Johanson 2020-06-15 06:26:38 -04:00
parent 500232bb83
commit 8e4c883f65
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"*.overlay": "dts"
}
}