From 41bac5ba273c2a31c084662463758aa52571a905 Mon Sep 17 00:00:00 2001 From: mjun0812 Date: Tue, 10 Jun 2025 07:59:51 +0000 Subject: [PATCH] Update template to version latest --- .copier-answers.yml | 2 +- .devcontainer/devcontainer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 0e87088..d035608 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v1.0.2 +_commit: v1.0.3 _src_path: gh:mjun0812/python-copier-template author_email: mjun@mjunya.com author_name: Junya Morioka diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a70e739..cbc60d1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,11 +16,12 @@ "configureZshAsDefaultShell": true }, "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { - "packages": "curl,wget,git,jq,ca-certificates,build-essential" + "packages": "curl,wget,git,jq,ca-certificates,build-essential,ripgrep" }, "ghcr.io/va-h/devcontainers-features/uv:1": { "shellAutocompletion": true }, + "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {} }, "runArgs": [