-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
138 lines (138 loc) · 3.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "python-silver-pack",
"displayName": "Python Silver Pack",
"description": "Elevate your Pyhton development experience with the Pyhton Pro Toolkit, a handpicked ensemble of top-tier Visual Studio Code extensions. This carefully curated pack brings together the best tools and utilities, streamlining your workflow and enhancing your capabilities as a frontend developer..",
"version": "1.0.0",
"publisher": "4bde9604-932c-638d-b5d2-db273992f59c",
"license": "MIT",
"engines": {
"vscode": "^1.83.1"
},
"author": {
"name": "echoWebNerds",
"email": "[email protected]"
},
"icon": "img/logo2.png",
"galleryBanner": {
"color": "#bd93f9",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/echoWebNerds/VsCode-Python-Extensions"
},
"homepage": "https://github.com/echoWebNerds/VsCode-Python-Extensions",
"categories": [
"Extension Packs",
"Linters",
"Formatters",
"Debuggers"
],
"keywords": [
"python extension pack",
"Python",
"package python",
"package Python",
"package Python",
"python package",
"Python Package",
"pack python",
"Python pack",
"Python-pack",
"Python_pack",
"PythonPack",
"python-pack",
"python_pack",
"python",
"PYTHON",
"pack",
"packs",
"pack python",
"packs python",
"packs Python",
"packs python",
"Django",
"vscode",
"GITHUB",
"formatting",
"Formatting",
"Extension Pack",
"prettier",
"git",
"github",
"LiveShare",
"Codeium",
"AutoTag",
"Intelli code",
"Better Comments",
"codeium",
"jupyter",
"jupyter",
"JUPYTER",
"python indent",
"python test explorer",
"pylance",
"test",
"testing",
"pytest",
"typehint",
"completion",
"autocompletion",
"python snippets",
"python debugging",
"python debugger",
"python preview",
"debug python",
"debug",
"debugging",
"debugging Python",
"debugging python",
"Debugging Python",
"Black Formatte",
"black formatter",
"black formatter",
"echoWebNerds",
"Echo",
"web",
"echoweb",
"echo",
"Web",
"django",
"Django"
],
"extensionPack": [
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"ms-python.python",
"donjayamanne.python-environment-manager",
"ms-python.debugpy",
"charliermarsh.ruff",
"aaron-bond.better-comments",
"VisualStudioExptTeam.vscodeintellicode",
"KevinRose.vsc-python-indent",
"wholroyd.jinja",
"batisteo.vscode-django",
"njpwerner.autodocstring",
"mintlify.document",
"LittleFoxTeam.vscode-python-test-adapter",
"xirider.livecode",
"sourcery.sourcery",
"deerawan.vscode-dash",
"streetsidesoftware.code-spell-checker",
"oderwat.indent-rainbow",
"almenon.arepl",
"ms-vscode-remote.remote-ssh",
"Codeium.codeium",
"ms-toolsai.jupyter",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.vscode-jupyter-slideshow",
"PKief.material-icon-theme",
"GitHub.github-vscode-theme",
"alefragnani.project-manager",
"formulahendry.code-runner"
],
"dependencies": {
"vsce": "^2.15.0"
}
}