Preparing for Writeup
This commit is contained in:
Vendored
+20
@@ -4,6 +4,26 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Engine Debug (Linux)",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/bin/Debug/SeeleEngine",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceRoot}/bin/Debug",
|
||||
"console": "internalConsole",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"MIMode": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "Enable break on all exceptions",
|
||||
"text": "catch throw",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Engine Debug",
|
||||
"type": "cppvsdbg",
|
||||
|
||||
Vendored
+7
-2
@@ -112,14 +112,19 @@
|
||||
"span": "cpp",
|
||||
"charconv": "cpp",
|
||||
"format": "cpp",
|
||||
"semaphore": "cpp"
|
||||
"semaphore": "cpp",
|
||||
"netfwd": "cpp",
|
||||
"string_view": "cpp",
|
||||
"rope": "cpp",
|
||||
"slist": "cpp",
|
||||
"numbers": "cpp"
|
||||
},
|
||||
"cmake.skipConfigureIfCachePresent": false,
|
||||
"cmake.configureArgs": [
|
||||
"-Wno-dev"
|
||||
],
|
||||
"C_Cpp.default.cppStandard": "c++20",
|
||||
"C_Cpp.default.intelliSenseMode": "msvc-x64",
|
||||
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user