It runs on MacOS

This commit is contained in:
Dynamitos
2024-01-17 09:37:54 +01:00
parent 876b3c98d5
commit 29710de146
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
],
"compilerPath": "/usr/bin/clang",
"cppStandard": "c++20",
"intelliSenseMode": "clang-arm64",
"intelliSenseMode": "macos-lang-arm64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
+13
View File
@@ -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",