Skip to content

Commit 27952b4

Browse files
committed
Extension details
1 parent c517bad commit 27952b4

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

package.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "unity-ecs-snippets",
3+
"displayName": "Unity ECS Snippets",
4+
"description": "Snippets for Unity DOTS 1.0.11",
5+
"version": "1.0.0",
6+
"publisher": "Ashton Dev",
7+
"homepage": "https://github.com/ashtonland/unity-ecs-snippets/blob/main/README.md",
8+
"keywords":
9+
[
10+
"unity dots", "unity ecs", "unity 3d", "c#", "dots", "ecs", "unity", "unity3d", "unity 3d",
11+
"c#", "c sharp", "csharp", "c-sharp", "cs", "gamedev", "code", "script", "unity code",
12+
"unity script", "unity engine", "unity entities"
13+
],
14+
"author":
15+
{
16+
"name": "Ashton Dev",
17+
"url": "https://www.youtube.com/@ashtondev"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/ashtonland/unity-ecs-snippets/issues"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/ashtonland/unity-ecs-snippets"
25+
},
26+
"engines": {
27+
"vscode": "^1.39.0"
28+
},
29+
"icon": "icon.png",
30+
"categories": [
31+
"Snippets"
32+
],
33+
"contributes": {
34+
"snippets": [
35+
{
36+
"language": "csharp",
37+
"path": "./snippets.json"
38+
}
39+
]
40+
}
41+
}

0 commit comments

Comments
 (0)