-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 974 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": "extension-pack",
"displayName": "WW Extension Pack",
"description": "extensions used at WealthWizards",
"publisher": "WealthWizards",
"version": "0.0.9",
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"atlassian.atlascode",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"mikestead.dotenv",
"mrmlnc.vscode-duplicate",
"ms-azuretools.vscode-docker",
"ms-vsliveshare.vsliveshare-pack",
"redhat.vscode-yaml",
"wallabyjs.quokka-vscode"
],
"repository": {
"type": "git",
"url": "https://github.com/WealthWizardsEngineering/vscode-extension-pack"
},
"icon": "W_Mark_RGB128.png",
"devDependencies": {
"vsce": "^1.69.0"
}
}