We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8597e commit 6159721Copy full SHA for 6159721
2 files changed
python_icon.png images/python_icon.pngpython_icon.png renamed to images/python_icon.png
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "python",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"displayName": "Python for VSCode",
5
"title": "Python for VSCode",
6
"description": "Python language extension for vscode",
@@ -32,7 +32,13 @@
32
"onLanguage:python"
33
],
34
"main": "out/client/src/pythonMain",
35
- "icon": "./python_icon.png",
+ "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",
42
"categories": [
43
"Languages",
44
"Snippets",
0 commit comments