aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2021-04-26 18:26:09 -0500
committerMatt Strapp <strap012@umn.edu>2021-04-26 18:26:09 -0500
commiteae4bb3d3ce9d3401685eeba61ff47343d1d33cf (patch)
tree18f016c778a86d715e1988e0fa6530780a5df7f1 /.vscode/launch.json
parentDelete useless AB code (diff)
downloadcsci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.tar
csci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.tar.gz
csci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.tar.bz2
csci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.tar.lz
csci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.tar.xz
csci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.tar.zst
csci4511w-eae4bb3d3ce9d3401685eeba61ff47343d1d33cf.zip
refactor things
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json20
1 files changed, 10 insertions, 10 deletions
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": [
{