From 006399dc8d5983037d1ac5a7b9d81a0bdc117143 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 13 Jul 2023 10:25:14 +0200 Subject: mod: restructure module layout --- .vscode/settings.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.vscode') 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 -- cgit v1.2.3