From 8e4c883f6527fdfbb7d70ca5b5da95a61182848f Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 15 Jun 2020 06:26:38 -0400 Subject: [PATCH] Configure .overlay files to use dts file assocation. --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..096a82c4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.overlay": "dts" + } +}