diff --git a/b/2/.vscode/c_cpp_properties.json b/b/2/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..420edf5 --- /dev/null +++ b/b/2/.vscode/c_cpp_properties.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "Mac", + "includePath": [ + "${default}", + "${workspaceFolder}/include/**" + ], + "defines": [], + "macFrameworkPath": [], + "compilerPath": "/usr/local/bin/gcc", + "cStandard": "gnu11", + "cppStandard": "c++17", + "intelliSenseMode": "gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file