Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 2cfcb07

Browse files
authored
docs(vscode-github): add marketplace docs (#5)
1 parent 719e908 commit 2cfcb07

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

images/octocat.png

2.03 MB
Loading

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "vscode-github",
3-
"displayName": "vscode-github",
4-
"description": "GitHub Support",
3+
"displayName": "Visual Studio Code GitHub Support",
4+
"description": "Integrates github workflows into vscode - like pull requests",
5+
"icon": "./images/octocat.png",
6+
"galleryBanner": {
7+
"color": "#ffffff",
8+
"theme": "dark"
9+
},
510
"version": "0.1.1",
611
"publisher": "KnisterPeter",
712
"engines": {
@@ -71,7 +76,7 @@
7176
"bugs": {
7277
"url": "https://github.com/KnisterPeter/vscode-github/issues"
7378
},
74-
"homepage": "https://github.com/KnisterPeter/vscode-github#readme",
79+
"homepage": "https://github.com/KnisterPeter/vscode-github",
7580
"config": {
7681
"commitizen": {
7782
"path": "./node_modules/cz-customizable"

0 commit comments

Comments
 (0)