-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 Bytes
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
{
"name": "python-development-extension-pack",
"displayName": "Python Development Extension Pack for VS Code",
"description": "Essential extensions for python development",
"version": "1.1.0",
"publisher": "RoyEshel",
"license": "MIT",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/RoyEshel/Python-Development-Extension-Pack"
},
"engines": {
"vscode": "^1.91.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.debugpy",
"ms-python.black-formatter",
"ms-python.pylint",
"ms-python.isort",
"donjayamanne.python-environment-manager",
"KevinRose.vsc-python-indent"
]
}