Fixing missing includes
This commit is contained in:
Vendored
+8
-9
@@ -41,23 +41,22 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/build/Editor",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"environment": [
|
||||
{
|
||||
"name": "ASAN_OPTIONS",
|
||||
"value": "alloc_dealloc_mismatch=0",
|
||||
}
|
||||
],
|
||||
"cwd": "${workspaceRoot}/build",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
||||
Vendored
+1
-1
@@ -22,7 +22,7 @@
|
||||
"lldb.showDisassembly": "auto",
|
||||
"lldb.dereferencePointers": true,
|
||||
"lldb.consoleMode": "commands",
|
||||
"cmake.generator": "Ninja",
|
||||
"cmake.generator": "Unix Makefiles",
|
||||
"editor.tabSize": 4,
|
||||
"slang.additionalSearchPaths": [
|
||||
"res/shaders/",
|
||||
|
||||
Reference in New Issue
Block a user