From 63b58afc47551cdf03aec0c394cb2f0be0facce5 Mon Sep 17 00:00:00 2001 From: tkgstrator <29420801+tkgstrator@users.noreply.github.com> Date: Fri, 7 Aug 2026 05:32:55 +0900 Subject: [PATCH] chore: enable WakaTime in devcontainer Pass WAKATIME_API_KEY through remoteEnv and install the WakaTime VS Code extension so coding activity is tracked inside the container. Extension lists are sorted alphabetically. Co-Authored-By: Claude Opus 4.7 --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bfc57db..2e80f11 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -53,6 +53,7 @@ "Anthropic.claude-code", "EditorConfig.EditorConfig", "PKief.material-icon-theme", + "WakaTime.vscode-wakatime", "antfu.file-nesting", "bierner.markdown-preview-github-styles", "charliermarsh.ruff", @@ -63,7 +64,7 @@ "redhat.vscode-yaml", "swiftlang.swift-vscode", "tamasfe.even-better-toml" - ], + ], "settings": {} } }