This repository was archived by the owner on May 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog:
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments