mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
11 lines
233 B
JSON
11 lines
233 B
JSON
|
{
|
||
|
"cpp.buildConfigurations": [
|
||
|
{
|
||
|
"name": "build",
|
||
|
"directory": "${workspaceFolder}/build"
|
||
|
}
|
||
|
],
|
||
|
"cpp.clangdArgs": "--background-index",
|
||
|
"C_Cpp.intelliSenseEngine": "Disabled",
|
||
|
}
|