Skip to content

Commit

Permalink
add launch configuration for scratchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 8, 2025
1 parent e694b3a commit dce06ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"configurations": [
{
"type": "java",
"name": "Scratchpad",
"request": "launch",
"mainClass": "utils.Scratchpad",
"projectName": "monero-java"
},
{
"type": "java",
"name": "StartMining",
Expand Down

0 comments on commit dce06ad

Please sign in to comment.