Important note: We restarted this project in another repo and another programming language.
Please see VsRecorder.jl
.
The Vs. Recorder missing in Pokemon Sword & Shield.
pip3 install pipenv --user
pipenv install --dev
pipenv shell
Frist, get the python path from pipenv:
pipenv --py
Then, set the path to .vscode/settings.json
:
{
"python.pythonPath": "/home/myuser/.local/share/virtualenvs/projectname/bin/python"
}
pytest
WIP. See the issue list for TODOs and milestones.