From c73148696b27537148e919c593fe766cafc3a858 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 28 Sep 2025 10:31:08 +0200 Subject: [PATCH] Add missing publishing info --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ecee66a..7a988a0 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,14 @@ "displayName": "Copilot Token Tracker", "description": "Shows daily and monthly (estimated) GitHub Copilot token usage stats in VS Code status bar", "version": "0.0.1", + "publisher": "RobBos", "engines": { "vscode": "^1.104.0" }, "repository": { "type": "git", - "url": "todo"}, + "url": "https://github.com/rajbos/github-copilot-token-usage.git" + }, "author": { "name": "Rob Bos", "email": "rob@example.com"