diff --git a/package.json b/package.json index 6f6c3c5..9487e5b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A VS Code extension to interact with WizGIT API for repository management.", "version": "0.0.3", "publisher": "TerenceCarrera", + "icon": "resources/wizgit-marketplace-icon.png", "license": "MIT", "repository": { "type": "git", diff --git a/resources/wizgit-logo-dark.svg b/resources/wizgit-logo-dark.svg deleted file mode 100644 index 477bd15..0000000 --- a/resources/wizgit-logo-dark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/resources/wizgit-marketplace-icon.png b/resources/wizgit-marketplace-icon.png new file mode 100644 index 0000000..99adc4b Binary files /dev/null and b/resources/wizgit-marketplace-icon.png differ