diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8976d90..96340ed 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,43 +1,43 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/java -{ - "name": "maven-parent-poms", - "image": "mcr.microsoft.com/devcontainers/java:3-11-trixie", - - "features": { - "ghcr.io/devcontainers/features/java:1": { - "version": "none", - "installMaven": "true", - "installGradle": "false" - }, - "ghcr.io/devcontainers/features/common-utils:2": { - "installZsh": true, - "configureZshAsDefaultShell": true, - "installOhMyZsh": true - }, - "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { - "packages": "fzf grc shellcheck zoxide" - }, - "ghcr.io/devcontainers-extra/features/fd:1": {}, - "ghcr.io/devcontainers-extra/features/ripgrep:1": {}, - "ghcr.io/devcontainers-extra/features/shfmt:1": {}, - "ghcr.io/devcontainers-extra/features/starship:1": {}, - "ghcr.io/devcontainers-extra/features/zsh-plugins:0": { - "plugins": "dirhistory fd fzf git-escape-magic gh git grc ripgrep starship sudo zoxide zsh-autosuggestions zsh-syntax-highlighting", - "omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions https://github.com/zsh-users/zsh-syntax-highlighting.git" - } - } - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "java -version", - - // Configure tool-specific properties. - // "customizations": {}, - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -} +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/java +{ + "name": "maven-parent-poms", + "image": "mcr.microsoft.com/devcontainers/java:3-11-trixie", + + "features": { + "ghcr.io/devcontainers/features/java:1": { + "version": "none", + "installMaven": "true", + "installGradle": "false" + }, + "ghcr.io/devcontainers/features/common-utils:2": { + "installZsh": true, + "configureZshAsDefaultShell": true, + "installOhMyZsh": true + }, + "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { + "packages": "fzf grc shellcheck zoxide" + }, + "ghcr.io/devcontainers-extra/features/fd:1": {}, + "ghcr.io/devcontainers-extra/features/ripgrep:1": {}, + "ghcr.io/devcontainers-extra/features/shfmt:1": {}, + "ghcr.io/devcontainers-extra/features/starship:1": {}, + "ghcr.io/devcontainers-extra/features/zsh-plugins:0": { + "plugins": "dirhistory fd fzf git-escape-magic gh git grc ripgrep starship sudo zoxide zsh-autosuggestions zsh-syntax-highlighting", + "omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions https://github.com/zsh-users/zsh-syntax-highlighting.git" + } + } + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "java -version", + + // Configure tool-specific properties. + // "customizations": {}, + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/.gitignore b/.gitignore index 60761e6..7f0591e 100644 --- a/.gitignore +++ b/.gitignore @@ -358,3 +358,6 @@ $RECYCLE.BIN/ # Not a Java module /.idea/checkstyle-idea.xml + +# Devcontainer +.devpod-internal