It runs on MacOS
This commit is contained in:
Vendored
+13
@@ -24,6 +24,19 @@
|
||||
"traceResponse": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Editor (Mac)",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/bin/Editor",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceRoot}/bin",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"MIMode": "lldb",
|
||||
"targetArchitecture": "arm64"
|
||||
},
|
||||
{
|
||||
"name": "Editor (Linux)",
|
||||
"type": "cppdbg",
|
||||
|
||||
Reference in New Issue
Block a user