You've already forked wizgit-vscode-extension
bump version to 0.0.2 and update default branch to master
This commit is contained in:
10
package.json
10
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user