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",
|
"name": "wizgit-in-vscode",
|
||||||
"displayName": "WizGIT in VS Code",
|
"displayName": "WizGIT in VS Code",
|
||||||
"description": "A VS Code extension to interact with WizGIT API for repository management.",
|
"description": "A VS Code extension to interact with WizGIT API for repository management.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
|
"publisher": "TerenceCarrera",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.74.0"
|
"vscode": "^1.74.0"
|
||||||
},
|
},
|
||||||
@@ -21,10 +22,7 @@
|
|||||||
{
|
{
|
||||||
"id": "wizgit",
|
"id": "wizgit",
|
||||||
"title": "WizGIT",
|
"title": "WizGIT",
|
||||||
"icon": {
|
"icon": "./resources/wizgit-logo.svg"
|
||||||
"light": "./resources/wizgit-logo.svg",
|
|
||||||
"dark": "./resources/wizgit-logo-dark.svg"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -181,7 +179,7 @@
|
|||||||
"wizgit.defaultBranch": {
|
"wizgit.defaultBranch": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Default branch name for new repositories",
|
"description": "Default branch name for new repositories",
|
||||||
"default": "main"
|
"default": "master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user