Skip to content

Commit

Permalink
add vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Apr 15, 2021
1 parent dffb3a8 commit da6ab3a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/libusb-1.0",
"/usr/include/dbus-1.0",
"/usr/lib/dbus-1.0/include"
],
"defines": [
"FIBRE_ENABLE_SERVER=1",
"FIBRE_ENABLE_CLIENT=1",
"FIBRE_ENABLE_EVENT_LOOP=1",
"FIBRE_ALLOW_HEAP=1"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"C_Cpp.autoAddFileAssociations": false
}

0 comments on commit da6ab3a

Please sign in to comment.