[ox] Add vscode files

This commit is contained in:
2018-09-01 15:11:19 -05:00
parent 1f4781f06a
commit 6a82e96db7
2 changed files with 33 additions and 0 deletions

17
deps/ox/.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/linux-x86_64-debug/compile_commands.json"
}
],
"version": 4
}