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

Commit a850598

Browse files
committed
Base Extensions
1 parent bdf6eb7 commit a850598

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog:

package.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "python-extension-pack",
3+
"displayName": "Python UltiExtension Pack",
4+
"description": "Popular VSCode extensions for Python",
5+
"version": "1.0",
6+
"publisher": "eliazbobadilla",
7+
"author": {
8+
"name": "Eliaz Bobadilla",
9+
"email": "eliaz.bobadilladev@gmail.com"
10+
},
11+
"license": "MIT",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/EliazBobadilla/Python-Extension-Pack-VSCode.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/EliazBobadilla/Python-Extension-Pack-VSCode/issues"
18+
},
19+
"icon": "icon.png",
20+
"galleryBanner": {
21+
"color": "#1e415e",
22+
"theme": "dark"
23+
},
24+
"engines": {
25+
"vscode": "^1.26.0"
26+
},
27+
"keywords": [
28+
"python",
29+
"django",
30+
"debugger",
31+
"unittest",
32+
"jinja"
33+
],
34+
"categories": [
35+
"Extension Packs" "Python"
36+
],
37+
"extensionPack": [
38+
"ms-python.python",
39+
"KevinRose.vsc-python-indent",
40+
"EliazBobadilla.python-ultisnippets",
41+
"VisualStudioExptTeam.vscodeintellicode",
42+
"njpwerner.autodocstring",
43+
"almenon.arepl"
44+
45+
46+
]
47+
}

0 commit comments

Comments
 (0)