Stephan Heßelmann
Stephan Heßelmann
Yes that seems like the same request except I also want to use it in combination with individual unit test parsing from this package. But handling docker containers in general...
Cool thanks for your consideration. To answer your questions: 1. I just start the docker container manually (`docker-compose ...`). The container contains a Python environment with all the dependencies to...
Vimspector has a python example that includes a Docker file for remote debugging. See https://github.com/puremourning/vimspector/tree/master/support/test/python/simple_python. In the example the source file is added via the Dockerfile rather than a shared...