diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..390aea1d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,20 @@ +{ + "cmake.buildDirectory": "${workspaceFolder}/build/group_name", + "cmake.sourceDirectory": "${workspaceFolder}/src/group_name", + "C_Cpp.errorSquiggles": "disabled", + "files.associations": { + "cstddef": "cpp", + "*.tcc": "cpp", + "*.ipp": "cpp", + "stdbool.h": "c", + "stddef.h": "c", + "stdio.h": "c", + "stdint.h": "c", + "system.h": "c", + "multiboot2.h": "c", + "interrupts.h": "c", + "memory.h": "c", + "limits.h": "c" + } + +} \ No newline at end of file