chore: adjust launch.json

This commit is contained in:
2021-06-16 20:28:29 -04:00
parent 435751b4dd
commit 9dc1623215

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "python",
"request": "launch",
"program": "dopey.py",
"args": ["./test.bf"],
"args": ["./game-of-life.bf"],
"console": "integratedTerminal"
}
]