Distributive-Network / PythonMonkey

A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://pythonmonkey.io
Other
854 stars 40 forks source link

VSCode Debugger Fast Build #315

Closed Xmader closed 7 months ago

Xmader commented 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.