From a68f0f69b8bd740209b2776da5d54fe439c1b16a Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Tue, 20 Nov 2018 17:44:59 -0500 Subject: [PATCH] Remove Visual Studio Code configuration file --- .vscode/c_cpp_properties.json | 43 ----------------------------------- 1 file changed, 43 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 3f24bd1..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - ], - "defines": [ - "_WIN32", - "__WIN32", - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "windowsSdkVersion": "10.0.17134.0", - "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx64/x64/cl.exe", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "msvc-x64", - "configurationProvider": "vector-of-bool.cmake-tools", - "compileCommands": "${workspaceFolder}/build/compile_commands.json" - }, - { - "name": "Linux", - "includePath": [ - "/usr/include/**", - "/usr/local/include/**", - "${workspaceRoot}/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "gcc-x64", - "configurationProvider": "vector-of-bool.cmake-tools", - "compileCommands": "${workspaceFolder}/build/compile_commands.json" - } - ], - "version": 4 -} \ No newline at end of file