mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 23:44:35 +00:00
cpptools intellisense didn't worked as expected
This commit is contained in:
parent
5c91f23527
commit
77237f70fb
15
.vscode/c_cpp_properties.json
vendored
15
.vscode/c_cpp_properties.json
vendored
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Fennix x64 (Linux, GCC, debug)",
|
"name": "Fennix x64 (Linux, GCC, debug)",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
|
"${workspaceFolder}/include",
|
||||||
"${workspaceFolder}/include/**"
|
"${workspaceFolder}/include/**"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
@ -49,7 +50,12 @@
|
|||||||
"-fverbose-asm",
|
"-fverbose-asm",
|
||||||
"-fstack-usage",
|
"-fstack-usage",
|
||||||
"-fstack-check",
|
"-fstack-check",
|
||||||
"-fsanitize=undefined"
|
"-fsanitize=undefined",
|
||||||
|
|
||||||
|
// VSCode flags
|
||||||
|
"-ffreestanding",
|
||||||
|
"-nostdinc",
|
||||||
|
"-nostdinc++"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -104,7 +110,12 @@
|
|||||||
"-fverbose-asm",
|
"-fverbose-asm",
|
||||||
"-fstack-usage",
|
"-fstack-usage",
|
||||||
"-fstack-check",
|
"-fstack-check",
|
||||||
"-fsanitize=undefined"
|
"-fsanitize=undefined",
|
||||||
|
|
||||||
|
// VSCode flags
|
||||||
|
"-ffreestanding",
|
||||||
|
"-nostdinc",
|
||||||
|
"-nostdinc++"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user