summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5fedaf477b..76117e52e0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,7 +6,8 @@
6 "files.exclude": { 6 "files.exclude": {
7 "**/.build": true, 7 "**/.build": true,
8 "**/*.hex": true, 8 "**/*.hex": true,
9 "**/*.bin": true 9 "**/*.bin": true,
10 "**/*.uf2": true
10 }, 11 },
11 "files.associations": { 12 "files.associations": {
12 "*.h": "c", 13 "*.h": "c",