A VS Code extension that displays a beautiful countdown timer to the major 2026 soccer tournament in your editor.
- Status Bar Countdown: A live countdown timer in the VS Code status bar that updates every second.
- Beautiful Dashboard: Click the status bar item to open an elegant webview with a detailed countdown display.
- Real-time Updates: Shows days, hours, minutes, and seconds until June 11, 2026.
- Themed Colors: Color-coded display using vibrant colors (yellow, blue, red, and green).
- Interactive Dashboard: Mouse-tracking glow effect on the countdown webview.
- Always Visible: Status bar item is prominently placed to keep the countdown always visible.
- Clone this repository
- Run
npm installto install dependencies - Press
F5to open a new VS Code window with the extension loaded in development mode
(Once published)
- Search for "26Counter" in the Extensions marketplace
- Click Install
- Once installed and activated, you'll see the countdown timer in the status bar (🏆)
- Click the status bar item to open the full countdown dashboard
- The timer updates automatically every second
- Close the dashboard when you're done by closing the webview panel
- VS Code version 1.112.0 or higher
- ⚽ 2026 Soccer Countdown: Opens the countdown dashboard webview
The extension automatically starts counting down to June 11, 2026 at 00:00:00 UTC.
npm run lint- Run ESLint to check code qualitynpm run test- Run the test suitenpm run pretest- Lint before running tests
extension.js- Main extension file containing the countdown logic and webviewtest/extension.test.js- Test filepackage.json- Extension metadata and configuration
MIT
Jhonatan Delgado (JhonatanSDelgadoL)