-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "code-pypack",
"displayName": "Code PyPack",
"description": "VS Code extension package for Python development.",
"version": "0.0.3",
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Extension Packs"
],
"private": false,
"icon": "images/icon128.png",
"repository": {
"type": "git",
"url": "https://github.com/scheiblingco/code-pypack"
},
"bugs": {
"url": "https://github.com/scheiblingco/code-pypyack/issues"
},
"author": {
"name": "Scheibling Consulting",
"email": "[email protected]"
},
"publisher": "scheiblingco",
"extensionPack": [
"ms-python.python",
"ms-python.vscode-pylance",
"charliermarsh.ruff",
"ms-python.black-formatter",
"redhat.vscode-yaml",
"wholroyd.jinja",
"njqdev.vscode-python-typehint",
"donjayamanne.python-environment-manager",
"njpwerner.autodocstring",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers",
"KevinRose.vsc-python-indent",
"hbenl.vscode-test-explorer",
"littlefoxteam.vscode-python-test-adapter",
"GitHub.copilot"
]
}