diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 06:26:38 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 06:26:38 -0400 |
commit | 8e4c883f6527fdfbb7d70ca5b5da95a61182848f (patch) | |
tree | cdbcca42c35c67a75f1bb6b92ac53e937423d9d2 | |
parent | 500232bb83f5eee6815b140f6ca546fef2172f3b (diff) |
Configure .overlay files to use dts file assocation.
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..096a82c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.overlay": "dts" + } +} |