Skip to content

Commit da6ab3a

Browse files
committed
add vscode config
1 parent dffb3a8 commit da6ab3a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.vscode/c_cpp_properties.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"includePath": [
6+
"${workspaceFolder}/**",
7+
"/usr/include/libusb-1.0",
8+
"/usr/include/dbus-1.0",
9+
"/usr/lib/dbus-1.0/include"
10+
],
11+
"defines": [
12+
"FIBRE_ENABLE_SERVER=1",
13+
"FIBRE_ENABLE_CLIENT=1",
14+
"FIBRE_ENABLE_EVENT_LOOP=1",
15+
"FIBRE_ALLOW_HEAP=1"
16+
],
17+
"compilerPath": "/usr/bin/clang",
18+
"cStandard": "c11",
19+
"intelliSenseMode": "clang-x64"
20+
}
21+
],
22+
"version": 4
23+
}

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"C_Cpp.autoAddFileAssociations": false
3+
}

0 commit comments

Comments
 (0)