diff --git a/package.json b/package.json index 9d8cd6c..afa0527 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "wizgit-in-vscode", "displayName": "WizGIT in VS Code", "description": "A VS Code extension to interact with WizGIT API for repository management.", - "version": "0.0.1", + "version": "0.0.2", + "publisher": "TerenceCarrera", "engines": { "vscode": "^1.74.0" }, @@ -21,10 +22,7 @@ { "id": "wizgit", "title": "WizGIT", - "icon": { - "light": "./resources/wizgit-logo.svg", - "dark": "./resources/wizgit-logo-dark.svg" - } + "icon": "./resources/wizgit-logo.svg" } ] }, @@ -181,7 +179,7 @@ "wizgit.defaultBranch": { "type": "string", "description": "Default branch name for new repositories", - "default": "main" + "default": "master" } } }