feat(statusBar): add account name to status bar display

- Updated the status bar item to include an optional account name.
- Modified the status bar text to show the account name if available.
- Adjusted the interface to accommodate the new accountName property.
This commit is contained in:
2025-12-18 12:22:35 +08:00
parent 3f04933b3b
commit 69e5f5a639
5 changed files with 762 additions and 109 deletions

View File

@@ -2,7 +2,7 @@
"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.4",
"version": "0.0.5",
"publisher": "TerenceCarrera",
"icon": "resources/wizgit-marketplace-icon.png",
"license": "MIT",