Fix VSCode

This commit is contained in:
Quinten Kock 2020-11-30 03:39:45 +01:00
parent 4edc30af43
commit e52b8bba96
1 changed files with 18 additions and 0 deletions

18
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/ext/limine/stivale"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64",
"compilerArgs": []
}
],
"version": 4
}