-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "vscode-python-dev-extension-pack",
"displayName": "Python Dev Extension Pack",
"description": "Extensions for Python development.",
"version": "2.0.0",
"publisher": "franneck94",
"engines": {
"vscode": "^1.81.0"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#222222",
"theme": "dark"
},
"keywords": [
"python",
"jupyter",
"docstrings"
],
"categories": [
"Extension Packs"
],
"repository": {
"url": "https://github.com/franneck94/vscode-python-dev-extension-pack"
},
"homepage": "https://github.com/franneck94/vscode-python-dev-extension-pack",
"bugs": {
"url": "https://github.com/franneck94/vscode-python-dev-extension-pack/issues"
},
"extensionPack": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-python.isort",
"ms-toolsai.jupyter",
"ms-python.mypy-type-checker",
"charliermarsh.ruff",
"franneck94.vscode-python-config",
"franneck94.vscode-cpython-extension-pack",
"njpwerner.autodocstring",
"tamasfe.even-better-toml",
"DiogoNolasco.pyinit",
"njqdev.vscode-python-typehint"
]
}