chore: adjust launch.json

This commit is contained in:
Giovani
2021-06-16 20:28:29 -04:00
parent 17410fb848
commit b85d151fe0

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"
}
]