From 8c769085fcbe9c35b44e28c9f27c9bddcb167571 Mon Sep 17 00:00:00 2001 From: LinkHpp Date: Fri, 21 Mar 2025 11:17:41 +0000 Subject: [PATCH] Eliminar .vscode/c_cpp_properties.json --- .vscode/c_cpp_properties.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 704c24a..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**", - "C:\\grr\\GRRLIB\\GRRLIB\\GRRLIB", - "C:\\devkitPro\\libogc\\include" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "windowsSdkVersion": "10.0.22621.0", - "compilerPath": "cl.exe", - "cStandard": "c17", - "cppStandard": "c++17", - "intelliSenseMode": "windows-msvc-x64" - } - ], - "version": 4 -} \ No newline at end of file