Skip to content

Commit 6159721

Browse files
committed
Update Marketplace presentation
1 parent dd8597e commit 6159721

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

File renamed without changes.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"displayName": "Python for VSCode",
55
"title": "Python for VSCode",
66
"description": "Python language extension for vscode",
@@ -32,7 +32,13 @@
3232
"onLanguage:python"
3333
],
3434
"main": "out/client/src/pythonMain",
35-
"icon": "./python_icon.png",
35+
"icon": "images/python_icon.png",
36+
"galleryBanner": {
37+
"color": "#2b5b84",
38+
"theme": "light"
39+
},
40+
"bugs": "https://github.com/tht13/Python-vscode/issues",
41+
"homepage": "https://github.com/tht13/Python-vscode/blob/master/README.md",
3642
"categories": [
3743
"Languages",
3844
"Snippets",

0 commit comments

Comments
 (0)