From 45a3d932218b8f34e302ca770d398ad882b34af4 Mon Sep 17 00:00:00 2001 From: Isaac Poole <55164207+isfopo@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:59:36 -0400 Subject: [PATCH] adds more info --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index c9cd909..6b1ac50 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,17 @@ "publisher": "isfopo", "description": "", "version": "0.0.6", + "icon": "assets/icon.png", "engines": { "vscode": "^1.91.0" }, + "bugs": { + "url": "https://github.com/isfopo/environments/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/isfopo/environments" + }, "categories": [ "Other" ],