System relies on Docker

Our VSCode extension launches Docker in the backend for the “business logic”, but we’ve noticed that it’s a pain to setup on various systems.

We’ve built it this way primarily for reproducibility.

We’re building a version of the tool which doesn’t run docker on the backend, so our tool is easier to setup on people’s machines.

This is now fixed. We no longer require Docker and only require two things to be installed in your system:

  • Redis
  • Python 3.10+

Update the version of your extension to v0.0.9+