epm/User/.vscode/settings.json

53 lines
1.3 KiB
JSON

{
"files.associations": {
"lib.h": "c",
"data_type_def.h": "c",
"data_analysis.h": "c",
"debug.h": "c",
"string.h": "c",
"xstring": "c",
"xutility": "c",
"osel_arch.h": "c",
"mlist.h": "c",
"stdbool.h": "c",
"type_traits": "cpp",
"agreement_slave.h": "c",
"agreement_frame.h": "c",
"agreement.h": "c",
"malloc.h": "c"
},
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvarsall.bat",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wconversion",
"-Wnull-dereference",
"-Wsign-conversion"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": ["*", "**/*"],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false
}