Skip to content

Commit 7962702

Browse files
authored
chore: Add c_cpp_properties.json (#133)
Allows for better intellisense
1 parent 86304fd commit 7962702

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.vscode/c_cpp_properties.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [
9+
"NOTE_MOCK"
10+
],
11+
"compilerPath": "/usr/bin/gcc",
12+
"cStandard": "gnu11",
13+
"cppStandard": "gnu++11",
14+
"intelliSenseMode": "linux-gcc-x86"
15+
}
16+
],
17+
"version": 4
18+
}

0 commit comments

Comments
 (0)