You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dev Container images currently uses the Python base image and does not allow for building the project itself. It would be nice to add it so that we have portable developer environment for the project.
Add all necessary packages, ideally update the toolchain mentioned in CONTRIBUTING
Update the .devcontainer README
Update the ci workflow on GitHub actions so that it uses Dev Container (see the example on the site)
Update the contributor guide to use the Dev Container
The text was updated successfully, but these errors were encountered:
The Dev Container images currently uses the Python base image and does not allow for building the project itself. It would be nice to add it so that we have portable developer environment for the project.
The text was updated successfully, but these errors were encountered: