From 8c107ff7b6f7a482be07d72908cfa2e06cce44e0 Mon Sep 17 00:00:00 2001 From: tkgstrator <8305717+tkgstrator@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:03:55 +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 f724c6c..162516c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -58,6 +58,7 @@ "GitHub.copilot", "GitHub.copilot-chat", "PKief.material-icon-theme", + "WakaTime.vscode-wakatime", "antfu.file-nesting", "bierner.markdown-mermaid", "bierner.markdown-preview-github-styles",