From 7077b96e6eeab982f41df5ac8a9b363662a310cf Mon Sep 17 00:00:00 2001 From: tkgstrator <8305717+tkgstrator@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:03:49 +0000 Subject: [PATCH] chore(devcontainer): add the WakaTime extension Add WakaTime.vscode-wakatime to customizations.vscode.extensions so the Dev Container reports coding time to WakaTime. Co-Authored-By: Claude Opus 5 --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bfc57db..2904bd6 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",