-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 925 Bytes
/
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
{
"name": "lbcc-cs-pack",
"displayName": "LBCC CS Pack",
"description": "VS Code extension pack for CS161 and CS162 at LBCC.",
"version": "0.3.0",
"icon": "icon.png",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Extension Packs"
],
"repository": {
"url": "https://github.com/joeparis/lbcc-cs-pack"
},
"publisher": "joeparis",
"extensionPack": [
"njpwerner.autodocstring",
"ms-python.black-formatter",
"ms-python.gather",
"ms-python.isort",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers",
"MS-vsliveshare.vsliveshare",
"davidanson.vscode-markdownlint",
"bierner.markdown-mermaid",
"ms-python.vscode-pylance",
"ms-python.pylint",
"ms-python.python",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode.test-adapter-converter",
"hbenl.vscode-test-explorer",
"VisualStudioExptTeam.vscodeintellicode"
]
}