varaq-interpreter-go/.vscode/c_cpp_properties.json

18 lines
350 B
JSON
Raw Normal View History

2023-05-08 16:39:53 -04:00
{
"configurations": [
{
"name": "macos-clang-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "macos-clang-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}