Moved vscode workspace file

This commit is contained in:
Alex
2022-11-14 07:42:45 +02:00
parent 999d999198
commit 2997ca4e4f
4 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"folders": [
{
"path": "./Kernel"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"limine.h": "c",
"types.h": "c",
"binfo.h": "c",
"liballoc_1_1.h": "c",
"cstring": "cpp",
"cargs.h": "c",
"memory.hpp": "c",
"convert.h": "c",
"limits.h": "c",
"assert.h": "c",
"cwalk.h": "c",
"md5.h": "c",
"stdint.h": "c",
"debug.h": "c"
}
}
}