-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1006 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
{
"name": "studocu-extension-pack",
"displayName": "Studocu Extension Pack",
"description": "Recommended VSCode extensions for Studocu development.",
"repository": "https://github.com/StuDocu/vscode-extension-pack",
"publisher": "Studocu",
"version": "0.2.1",
"icon": "images/studocu-logo.jpeg",
"engines": {
"vscode": "^1.72.0"
},
"categories": [
"Extension Packs",
"Linters",
"Snippets"
],
"extensionPack": [
"mgmcdermott.vscode-language-babel",
"Anjali.clipboard-history",
"adpyke.codesnap",
"oouo-diogo-perdigao.docthis",
"dsznajder.es7-react-js-snippets",
"Blodwynn.featurehighlight",
"eamodio.gitlens",
"GitHub.vscode-pull-request-github",
"absszero.vscode-laravel-goto",
"leizongmin.node-module-intellisense",
"christian-kohler.path-intellisense",
"bmewburn.vscode-intelephense-client",
"neilbrayfield.php-docblocker",
"mattpocock.ts-error-translator",
"streetsidesoftware.code-spell-checker"
]
}