mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-07 11:31:58 +08:00
19 lines
518 B
JSON
19 lines
518 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [
|
|
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "macos-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |