Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nup124 authored May 31, 2024
1 parent 42db032 commit ef2268d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}

}

0 comments on commit ef2268d

Please sign in to comment.