Closed Xmader closed 7 months ago
This PR changes the VSCode visual debugger's preLaunchTask to only run build.py. This avoids wasting time by trying to update dependencies by poetry install.
preLaunchTask
build.py
poetry install
This PR changes the VSCode visual debugger's
preLaunchTask
to only runbuild.py
. This avoids wasting time by trying to update dependencies bypoetry install
.