Skip to content

Commit

Permalink
Merge pull request #711 from HadesArchitect/dev-tools
Browse files Browse the repository at this point in the history
Launch dev tools automatically when debugging
  • Loading branch information
mhmdkrmabd authored Jan 26, 2025
2 parents 19be381 + 0e42a2c commit 73def84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
},
"args": [".", "--remote-debugging-port=9223"],
"outputCapture": "std",
"console": "integratedTerminal"
"console": "integratedTerminal",
"env": {
"AXONOPS_DEV_TOOLS": "true"
}
}
]
}
Expand Down

0 comments on commit 73def84

Please sign in to comment.