Moved vscode workspace file

This commit is contained in:
Alex 2022-11-14 07:42:45 +02:00
parent 999d999198
commit 2997ca4e4f
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
4 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"folders": [
{
"path": "./Drivers"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true
}
}

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"
}
}
}

View File

@ -0,0 +1,14 @@
{
"folders": [
{
"path": "./Userspace"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"fex.hpp": "c",
"types.h": "c"
}
}
}

13
Lynx.code-workspace Normal file
View File

@ -0,0 +1,13 @@
{
"folders": [
{
"path": "./Lynx"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"efi.h": "c"
}
}
}