-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "hyper-unity-pack",
"displayName": "Hyper Unity Pack",
"description": "Unity3D extensions pack",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/Cdddo/vscode-hyper-unity-pack"
},
"author": {
"name": "Cdddo"
},
"bugs": {
"url": "https://github.com/Cdddo/vscode-hyper-unity-pack"
},
"publisher": "Cdddo",
"engines": {
"vscode": "^1.66.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"unity",
"extensions",
"gamedev"
],
"homepage": "https://github.com/Cdddo/vscode-hyper-unity-pack",
"icon": "images/icon.png",
"extensionPack": [
"ms-dotnettools.csharp",
"VisualStudioToolsForUnity.vstuc",
"Cdddo.unity-code-snippets-newline",
"dgileadi.unity-event-lens",
"Tobiah.unity-tools",
"ptd.vscode-unitymeta",
"usernamehw.errorlens",
"aaron-bond.better-comments",
"Gruntfuggly.todo-tree",
"ms-vsliveshare.vsliveshare",
"eamodio.gitlens",
"Ho-Wan.setting-toggle",
"DavidAnson.vscode-markdownlint"
]
}