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

5
package-lock.json generated
View File

@@ -1,12 +1,13 @@
{
"name": "wizgit-in-vscode",
"version": "0.0.1",
"version": "0.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wizgit-in-vscode",
"version": "0.0.1",
"version": "0.0.5",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.3.2"
},