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
this PR fixes and updates the VS Code devcontainer:
- fix: the previous image
`mcr.microsoft.com/vscode/devcontainers/python:3.9-buster` was dropped
by Microsoft so switching to a version without specifying the Debian
base version and upgrading
to Python 3.13
- updates Graal to 25
- updates ANTLR to 4.13.2
- updates protoc to 30.2
- updates buf to 1.58.0
- updates uv to the latest version
- adds the --format=docker build option which makes the SHELL dockerfile
instruction work with
podman
- adds a `postCreateCommand` that creates a virtualenv and install the
dependencies into it
- adds some VS Code settings for pytest integration
Signed-off-by: Niels Pardon <[email protected]>
0 commit comments