This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
The following commit(s) were added to refs/heads/master by this push: new 5ae22066 Update Codespaces configuration 5ae22066 is described below commit 5ae2206643fe44ead5cbb39871a74eb633e6f0a1 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Jul 16 15:49:22 2023 +0000 Update Codespaces configuration --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d969c0af..580037ce 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,8 @@ "version": "8", "installMaven": "true" }, + // docker is useful to run diffoscope + "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, "customizations": { "vscode": { @@ -12,5 +14,5 @@ "github.vscode-github-actions" ] } - }, + } }