From af61927b42d1b9719316501378139b139d36c78f Mon Sep 17 00:00:00 2001 From: tkgstrator <8305717+tkgstrator@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:03:43 +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 b829be4..2f9b79b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -60,6 +60,7 @@ "Anthropic.claude-code", "EditorConfig.EditorConfig", "PKief.material-icon-theme", + "WakaTime.vscode-wakatime", "antfu.file-nesting", "bierner.markdown-preview-github-styles", "charliermarsh.ruff",