Skip to content

Commit

Permalink
Frontend.Maui: make Linux debugging possible
Browse files Browse the repository at this point in the history
Change launchSettings.json so debugging is possible in Linux
using JetBrains Rider.
  • Loading branch information
webwarrior-ws committed Dec 11, 2024
1 parent 1f2ab8d commit 14df1e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GWallet.Frontend.Maui/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"Windows Machine": {
"commandName": "MsixPackage",
"nativeDebugging": false
},
"Linux/Gtk" : {
"commandName": "Project"
}
}
}

0 comments on commit 14df1e7

Please sign in to comment.