From d778f538195ee1a397f15490be1f49cad968b05a Mon Sep 17 00:00:00 2001 From: geekymon2 Date: Mon, 18 May 2026 18:40:34 +1000 Subject: [PATCH] fix to logo path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d321517..a270e74 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "productivity", "gui" ], - "icon": "gops-logo.png", + "icon": "resources/gops-logo.png", "activationEvents": [], "main": "./dist/extension.js", "contributes": {