Prepare IntelliSense Settings
This commit is contained in:
parent
f2f8e8485b
commit
3d1d19ea90
|
@ -53,6 +53,22 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"settings": {},
|
"settings": {
|
||||||
|
"C_Cpp.default.includePath": [
|
||||||
|
"./"
|
||||||
|
],
|
||||||
|
"C_Cpp.default.compilerPath": "",
|
||||||
|
"C_Cpp.default.cStandard": "c17",
|
||||||
|
"C_Cpp.default.cppStandard": "c++20",
|
||||||
|
"C_Cpp.default.intelliSenseMode": "",
|
||||||
|
"C_Cpp.default.compilerArgs": [
|
||||||
|
],
|
||||||
|
"C_Cpp.default.defines": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"files.exclude": {
|
||||||
|
"**/*.o": true,
|
||||||
|
"**/*.dep": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
void _start() {
|
void _start() {
|
||||||
//call main here
|
//call main here
|
||||||
}
|
}
|
Loading…
Reference in New Issue