Skip to content

Commit

Permalink
vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 4, 2025
1 parent d6e2701 commit bf86405
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
"linux": {
"program": "${workspaceFolder}/platforms/linux/geargrafx",
"cwd": "${workspaceFolder}/platforms/linux",
"MIMode": "gdb"
"MIMode": "gdb",
"externalConsole": false,
},
"osx": {
"program": "${workspaceFolder}/platforms/macos/geargrafx",
"cwd": "${workspaceFolder}/platforms/macos",
"MIMode": "lldb"
"MIMode": "lldb",
"externalConsole": true
},
"args": [],
"stopAtEntry": false,
"environment": [],
"externalConsole": false,
"preLaunchTask": "Build (DEBUG)",
"setupCommands": [
{
Expand Down

0 comments on commit bf86405

Please sign in to comment.