Skip to content

Commit

Permalink
add launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
harakka committed Oct 13, 2023
1 parent 828fcd4 commit 20bb100
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"makefile.launchConfigurations": [
{
"cwd": "${workspaceRoot}",
"binaryPath": "${workspaceRoot}/${buildTarget}",
"binaryArgs": [],
"stopAtEntry": true
}
],
"makefile.configurations": [
{
"name" : "Linux - X64 - Tiles/Sound - Release",
Expand Down

0 comments on commit 20bb100

Please sign in to comment.