From 185cabf4862a3af1f92c53f9cd2c19b6f78dc032 Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@uci.edu> Date: Fri, 9 Oct 2020 21:56:56 +0000 Subject: [PATCH] Delete c_cpp_properties.json --- .vscode/c_cpp_properties.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 0653a28a..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/cvmfs/sft.cern.ch/lcg/releases/gcc/8.3.0-cebb0/x86_64-centos7/bin/gcc", - "cStandard": "c99", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64", - "compileCommands": "${workspaceFolder}/build/compile_commands.json" - } - ], - "version": 4 -} \ No newline at end of file -- GitLab