From 67661f5beb8a244d2db007e787f22b945c727a33 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Thu, 16 Jul 2026 22:39:35 +0200 Subject: [PATCH] Moving to ccls ! --- .ccls | 5 +++++ .gitignore | 1 + .vscode/c_cpp_properties.json | 12 ------------ 3 files changed, 6 insertions(+), 12 deletions(-) create mode 100644 .ccls delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.ccls b/.ccls new file mode 100644 index 0000000..6de41fa --- /dev/null +++ b/.ccls @@ -0,0 +1,5 @@ +# Headers +-Isrc/headers +-Isrc/ecs/headers +-Isrc/ecs/components/headers +-Icore/src/headers diff --git a/.gitignore b/.gitignore index 524b093..df7a2db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.ccls-cache build core diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 4e4328e..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "configurations": [ - { - "name": "Default", - "includePath": [ - "src/**/headers", - "core/src/headers" - ] - } - ], - "version": 4 -} \ No newline at end of file