aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f5d7a7602..be0b85b78 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -4,5 +4,11 @@
4 "files.exclude": { 4 "files.exclude": {
5 "**/.build": true, 5 "**/.build": true,
6 "**/*.hex": true 6 "**/*.hex": true
7 },
8 "files.associations": {
9 "*.h": "c",
10 "*.c": "c",
11 "*.cpp": "cpp",
12 "*.hpp": "cpp"
7 } 13 }
8} \ No newline at end of file 14} \ No newline at end of file