cOMS/tests/.vscode/settings.json
Dennis Eichhorn dc9f37b726
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
update
2025-04-06 10:34:47 +00:00

323 lines
7.2 KiB
JSON
Executable File

{
"C_Cpp_Runner.cCompilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe",
"C_Cpp_Runner.cppCompilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "c17",
"C_Cpp_Runner.cppStandard": "c++20",
"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",
"-Wcast-align",
"-Wconversion",
"-Wsign-conversion",
"-Wnull-dereference"
],
"C_Cpp_Runner.msvcWarnings": [
"/W4",
"/permissive-",
"/w14242",
"/w14287",
"/w14296",
"/w14311",
"/w14826",
"/w44062",
"/w44242",
"/w14905",
"/w14906",
"/w14263",
"/w44265",
"/w14928"
],
"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/**",
"**/EngineDependencies/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"C_Cpp_Runner.useUndefinedSanitizer": false,
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": true,
"files.associations": {
"array": "cpp",
"regex": "cpp",
"xlocale": "cpp",
"xstring": "cpp",
"bitset": "cpp",
"string_view": "cpp",
"ctime": "cpp",
"deque": "cpp",
"iterator": "cpp",
"list": "cpp",
"queue": "cpp",
"stack": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xtree": "cpp",
"format": "cpp",
"initializer_list": "cpp",
"random": "cpp",
"ranges": "cpp",
"span": "cpp",
"utility": "cpp",
"valarray": "cpp",
"xutility": "cpp",
"chrono": "cpp",
"system_error": "cpp",
"typeinfo": "cpp",
"*.rh": "cpp",
"charconv": "cpp",
"codecvt": "cpp",
"forward_list": "cpp",
"istream": "cpp",
"optional": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"variant": "cpp",
"xmemory": "cpp",
"*.tcc": "cpp",
"streambuf": "cpp",
"algorithm": "cpp",
"map": "cpp",
"functional": "cpp",
"type_traits": "cpp",
"xlocmon": "cpp",
"xtr1common": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"corecrt_memory.h": "c",
"corecrt_wstring.h": "c",
"xiosbase": "cpp",
"cstddef": "cpp",
"cmath": "cpp",
"string": "cpp",
"iosfwd": "cpp",
"xlocbuf": "cpp",
"databaseconnection.h": "c",
"databasetype.h": "c",
"ringmemory.h": "c",
"threadjob.h": "c",
"thread.h": "c",
"testutils.h": "c",
"editordbentrytype.h": "c",
"sqlite3.h": "c",
"editordbhelper.h": "c",
"database.h": "c",
"editordbentry.h": "c",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"ios": "cpp",
"iostream": "cpp",
"limits": "cpp",
"locale": "cpp",
"memory": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"xfacet": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"endianutils.h": "c",
"debugmemory.h": "c",
"threaddefines.h": "c",
"threadpool.h": "c",
"windows.h": "c",
"types.h": "c",
"allocation.h": "c",
"utilswin32.h": "c",
"debug.cpp": "c",
"debug.h": "c",
"timingstat.h": "c",
"log.h": "c",
"utils.h": "c",
"buffermemory.h": "c",
"semaphore.h": "c",
"atomic.h": "c",
"stdint.h": "c",
"allocator.h": "c",
"stdatomic.h": "c",
"time.h": "c",
"spinlock.h": "c",
"immintrin.h": "c",
"timeutils.h": "c",
"ui_opengl.h": "c",
"debug_opengl.h": "c",
"vertex.h": "c",
"openglutils.h": "c",
"asset.h": "c",
"expected": "cpp",
"set": "cpp",
"opengl.h": "c",
"openglwin32.h": "c",
"window.h": "c",
"image.cpp": "c",
"texture.h": "c",
"debug_directx.h": "c",
"opengllinux.h": "c",
"opengldefines.h": "c",
"dev_debug.h": "c",
"scenegeneral.h": "c",
"fileutils.cpp": "c",
"assetarchive.h": "c",
"library.h": "c",
"assettype.h": "c",
"stringutils.h": "c",
"mathutils.h": "c",
"spinlock.cpp": "c",
"font.h": "c",
"malloc.h": "c",
"shader.h": "c",
"general.h": "c",
"debug_vulkan.h": "c",
"gamestate.h": "c",
"uitheme.h": "c",
"uielementtype.h": "c",
"uiinput.h": "c",
"uielement.h": "c",
"uiwindow.h": "c",
"uiattributefont.h": "c",
"renderutils.h": "c",
"ApplicationData.h": "c",
"shaderutils.h": "c",
"uiattributeshadow.h": "c",
"matrixfloat32.h": "c",
"uialignment.h": "c",
"intrinsics.h": "c",
"uianimation.h": "c",
"evaluator.h": "c",
"uicursor.h": "c",
"uitextarea.h": "c",
"uitext.h": "c",
"compilerutils.h": "c",
"thread": "c",
"string.h": "c",
"stdlib.h": "c",
"simd.h": "c",
"arm_neon.h": "c",
"simd_svml.h": "c",
"simd_f32.h": "c",
"simd_f64.h": "c",
"uilayout.h": "c",
"camera.h": "c",
"stdio.h": "c",
"uilabel.h": "c",
"uiattributedimension.h": "c"
},
"C_Cpp.default.cppStandard": "c++20",
"todo-tree.general.tags": [
"SECURITY",
"BUG",
"FEATURE",
"FIXME",
"PERFORMANCE",
"TODO",
"QUESTION"
],
"todo-tree.filtering.excludeGlobs": [
"**/node_modules/*/**",
"**/Resources/*",
"**/EngineDependencies/*",
"**/*.md",
"**/findMissingApiFunctions.php",
"**/*.min.*"
],
"todo-tree.regex.regex": "(//|\\*|#|<!--|;|/\\*|^|^[ \\t]*(-|\\d+.))\\s*@($TAGS)",
"todo-tree.highlights.customHighlight": {
"SECURITY": {
"icon": "flame"
},
"BUG": {
"icon": "bug"
},
"FEATURE": {
"icon": "tag"
},
"FIXME": {
"icon": "tools"
},
"PERFORMANCE": {
"icon": "clock"
},
"TODO": {
"icon": "tasklist"
},
"QUESTION": {
"icon": "question"
},
"[ ]": {
"icon": "issue-draft"
},
"[x]": {
"icon": "issue-closed"
}
},
"todo-tree.highlights.useColourScheme": true,
"todo-tree.highlights.backgroundColourScheme": [
"red",
"darkred",
"orange",
"yellow",
"teal",
"green",
"pink"
],
"todo-tree.tree.showCountsInTree": true,
"todo-tree.tree.labelFormat": "${after}",
"todo-tree.highlights.foregroundColourScheme": [
"white",
"white",
"black",
"white",
"white",
"white",
"black"
],
"cSpell.words": [
"botting",
"cooldown",
"Deathmatch",
"debuff",
"directx",
"Eichhorn",
"interactable",
"Jingga",
"MMORPG",
"opengl",
"pathing",
"replayability",
"respawn",
"Shapeshifting",
"speedrun",
"stackable"
]
}