2020-04-02 23:03:13 +03:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/Public/Src/Sandbox/Linux",
|
|
|
|
"${workspaceFolder}/Public/Src/Sandbox/MacOs/Interop/Sandbox/Data",
|
|
|
|
"${workspaceFolder}/Public/Src/Sandbox/MacOs/Sandbox/Src",
|
|
|
|
"${workspaceFolder}/Public/Src/Sandbox/MacOs/Sandbox/Src/FileAccessManifest",
|
|
|
|
"${workspaceFolder}/Public/Src/Sandbox/Windows/DetoursServices",
|
2024-03-22 01:44:29 +03:00
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"${workspaceFolder}/Public/Src/Sandbox/Common"
|
2020-04-02 23:03:13 +03:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/gcc",
|
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17",
|
|
|
|
"intelliSenseMode": "gcc-x64"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|