From 19e94fab0ffa73683016b133e833cbae0aff62a9 Mon Sep 17 00:00:00 2001 From: pyao12 Date: Sat, 6 Jun 2026 10:43:23 +0800 Subject: [PATCH] [chore] VSCode metas --- .vscode/c_cpp_properties.json | 1 - .vscode/settings.json | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 4f4f10b..1fc4490 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,7 +4,6 @@ "name": "Linux", "includePath": [ "${workspaceFolder}/**", - "gnu-efi/inc/", "include/" ], "defines": [], diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ca2246a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "makefile.launchConfigurations": [ - { - "cwd": "/home/patrick/Sylva/build", - "binaryPath": "/home/patrick/Sylva/build/Kernel.elf", - "binaryArgs": [] - } - ] -} \ No newline at end of file