From 168f9964479e97eb72591e6d1259ea7063a3b87e Mon Sep 17 00:00:00 2001 From: pumnflqv2 Date: Tue, 5 Jul 2022 04:51:51 +0800 Subject: [PATCH] ADD file via upload --- b/2/.vscode/c_cpp_properties.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 b/2/.vscode/c_cpp_properties.json 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