Skip to content

Commit

Permalink
chore: update launch config for plugin targets
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlowGrowth committed Sep 4, 2024
1 parent ecb9785 commit 2be5c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
"name": "Plugin Tests",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/plugin/build/Debug/TapeLooperPlugin_Gtest",
"program": "${workspaceFolder}/plugin/build/TapeLooperPlugin_Gtest",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/plugin/build/Debug",
"cwd": "${workspaceFolder}/plugin/build",
"environment": [],
"externalConsole": false,
"logging": {
Expand Down Expand Up @@ -147,11 +147,11 @@
"osx": {
"type": "lldb",
"MIMode": "lldb",
"program": "${workspaceFolder}/plugin/build/TapeLooperPlugin_artefacts/Debug/Standalone/Tape Looper Plugin.app/Contents/MacOS/Tape Looper Plugin",
"program": "${workspaceFolder}/plugin/build/TapeLooperPlugin_artefacts/Standalone/Tape Looper Plugin.app/Contents/MacOS/Tape Looper Plugin",
},
"windows": {
"MIMode": "gdb",
"program": "${workspaceFolder}/plugin/build/TapeLooperPlugin_artefacts/Debug/Standalone/Tape Looper Plugin.exe",
"program": "${workspaceFolder}/plugin/build/TapeLooperPlugin_artefacts/Standalone/Tape Looper Plugin.exe",
}
}
]
Expand Down

0 comments on commit 2be5c23

Please sign in to comment.