Prepare IntelliSense Settings
This commit is contained in:
parent
0dc605076a
commit
365b31c0c1
|
@ -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() {
|
||||
//call main here
|
||||
}
|
Loading…
Reference in New Issue