Skip to content

Update gitpod config

Jonathan Howard requested to merge gitpod-config into next

Checklist

  • documentation is changed or added in ./docs
  • unit tests updated to test changes

Description

Context

The gitpod configuration for Hoppr development is currently setting up a mkdocs development environment, which is no longer necessary now that the documentation was moved to the hoppr-docs project.

Intent

  • Update gitpod config to use custom container image from local Dockerfile with poetry pre-installed
  • Update VSCode extensions list in gitpod config to match project

Closes #171

Merge request reports