aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index ba7b0d6..61bf414 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
+
{
"name": "Server",
"type": "python",
@@ -49,7 +50,7 @@
], "compounds": [
{
"name": "Basic Combination (TEST)",
- "configurations": ["Server", "MCTS", "Random"]
+ "configurations": ["Server", "MCTS", "Random", "AB"]
}
]
} \ No newline at end of file