From 6a05343e51fffe5fbf953b0867367af1785d774e Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 14 Nov 2022 07:42:11 +0200 Subject: [PATCH] Moved vscode workspace file --- Fennix Kernel.code-workspace | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Fennix Kernel.code-workspace diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace deleted file mode 100644 index 8b8506b..0000000 --- a/Fennix Kernel.code-workspace +++ /dev/null @@ -1,26 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "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" - } - } -} \ No newline at end of file