mirror of
https://github.com/remko/waforth
synced 2024-11-16 07:47:30 +01:00
22 lines
No EOL
720 B
JSON
22 lines
No EOL
720 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/opt/homebrew/include",
|
|
"/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [
|
|
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "macos-clang-arm64",
|
|
"configurationProvider": "ms-vscode.makefile-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |