From d232194306ac1e9616d53e5284e226d83f150c1f Mon Sep 17 00:00:00 2001 From: tkgstrator <8305717+tkgstrator@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:04:50 +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 bc8b18d..b99502f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -51,6 +51,7 @@ "extensions": [ "EditorConfig.EditorConfig", "PKief.material-icon-theme", + "WakaTime.vscode-wakatime", "antfu.file-nesting", "anthropic.claude-code", "bierner.markdown-preview-github-styles",