diff --git a/.vscode/launch.json b/.vscode/launch.json index 8c70501..35e498a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,7 +27,10 @@ }, "args": [".", "--remote-debugging-port=9223"], "outputCapture": "std", - "console": "integratedTerminal" + "console": "integratedTerminal", + "env": { + "AXONOPS_DEV_TOOLS": "true" + } } ] }