diff --git a/.gitignore b/.gitignore index 573be4c..608f2f0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,8 @@ data/ .DS_Store # Ignore .vscode/ -.vscode/ +.vscode/* +!.vscode/settings.json # Ignore nocommit-* files and dirs nocommit-* \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e3f217d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "C_Cpp.default.compilerPath": "/usr/bin/clang", + "clangd.fallbackFlags": [ + "-I${workspaceFolder}/src/external", + "-I${workspaceFolder}/output/include", + ] +} \ No newline at end of file