aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index fe536f4..2934eaa 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,9 +3,5 @@
"C_Cpp.errorSquiggles": "enabled",
"C_Cpp.autocomplete": "default",
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
- "files.associations": {
- "device.h": "c",
- "init.h": "c",
- "dev_printk.h": "c"
- }
+ "C_Cpp.autoAddFileAssociations": false
} \ No newline at end of file