pass the right directory as arg

This commit is contained in:
Kevin Turcios 2025-02-24 15:55:25 -08:00
parent 65dc2de141
commit a1d849c829

View file

@ -13,6 +13,7 @@
"python.defaultInterpreterPath": "~/miniforge3/envs/codeflash312/bin/python",
"python.terminal.activateEnvironment": true,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["tests/", "-vv"],
},
"launch": {
"version": "0.2.0",