Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 16ca0a1

Browse files
committed
First Release
1 parent a850598 commit 16ca0a1

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

img/icon.jpg

17.6 KB
Loading

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "python-extension-pack",
2+
"name": "python-ultiextension-pack",
33
"displayName": "Python UltiExtension Pack",
44
"description": "Popular VSCode extensions for Python",
5-
"version": "1.0",
5+
"version": "1.0.0",
66
"publisher": "eliazbobadilla",
77
"author": {
88
"name": "Eliaz Bobadilla",
@@ -11,12 +11,12 @@
1111
"license": "MIT",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/EliazBobadilla/Python-Extension-Pack-VSCode.git"
14+
"url": "https://github.com/EliazBobadilla/Python-UltiExtension-Pack-VSCode.git"
1515
},
1616
"bugs": {
17-
"url": "https://github.com/EliazBobadilla/Python-Extension-Pack-VSCode/issues"
17+
"url": "https://github.com/EliazBobadilla/Python-UltiExtension-Pack-VSCode/issues"
1818
},
19-
"icon": "icon.png",
19+
"icon": "img/icon.jpg",
2020
"galleryBanner": {
2121
"color": "#1e415e",
2222
"theme": "dark"
@@ -26,13 +26,12 @@
2626
},
2727
"keywords": [
2828
"python",
29-
"django",
3029
"debugger",
31-
"unittest",
32-
"jinja"
30+
"intellicode",
31+
"autodocstring"
3332
],
3433
"categories": [
35-
"Extension Packs" "Python"
34+
"Extension Packs"
3635
],
3736
"extensionPack": [
3837
"ms-python.python",
@@ -41,7 +40,5 @@
4140
"VisualStudioExptTeam.vscodeintellicode",
4241
"njpwerner.autodocstring",
4342
"almenon.arepl"
44-
45-
4643
]
47-
}
44+
}
16.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)