Remove Visual Studio Code configuration file

pull/4/head
Paul Hollinsky 2018-11-20 17:44:59 -05:00
parent af45b72f9e
commit a68f0f69b8
1 changed files with 0 additions and 43 deletions

View File

@ -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
}