-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "sds-vscode",
"displayName": "UVA Data Science Core Extension Pack",
"description": "A collection of VSCode extensions for students in the UVA School of Data Science.",
"publisher": "uva-school-of-data-science",
"repository": "https://github.com/uvads/sds-vscode",
"icon": "images/sdslogo.png",
"repository": {
"type": "git",
"url": "https://github.com/uvads/sds-vscode"
},
"version": "0.1.7",
"engines": {
"vscode": "^1.90.0"
},
"categories": [
"Extension Packs",
"Data Science",
"Education"
],
"extensionPack": [
"donjayamanne.python-environment-manager",
"formulahendry.vscode-mysql",
"github.codespaces",
"github.copilot",
"github.vscode-github-actions",
"magicstack.MagicPython",
"mechatroner.rainbow-csv",
"mongodb.mongodb-vscode",
"ms-python.debugpy",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-azuretools.vscode-docker",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-wsl",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode.remote-explorer",
"ms-vscode.remote-server",
"ms-vsliveshare.vsliveshare",
"mtxr.sqltools",
"njpwerner.autodocstring",
"quarto.quarto",
"redhat.vscode-yaml",
"REditorSupport.r",
"streetsidesoftware.code-spell-checker",
"VisualStudioExptTeam.vscodeintellicode",
"yzhang.markdown-all-in-one"
]
}