From eae4bb3d3ce9d3401685eeba61ff47343d1d33cf Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 26 Apr 2021 18:26:09 -0500 Subject: refactor things --- .vscode/launch.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 1363c44..ba7b0d6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -35,16 +35,16 @@ "console": "integratedTerminal" }, //Basically a constructor - // { - // "name": "AB", - // "type": "python", - // "request": "launch", - // "program": "${workspaceFolder}/python/agent_AB.py", - // "args": [ - // "10003", - // ], - // "console": "integratedTerminal" - // }, + { + "name": "AB", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/python/agent_AB.py", + "args": [ + "10003", + ], + "console": "integratedTerminal" + }, ], "compounds": [ { -- cgit v1.2.3