-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 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
{
"name": "unrealsnippets",
"displayName": "UnrealSnippets",
"description": "",
"publisher": "tenowg",
"version": "0.6.1",
"pricing": "Free",
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Snippets"
],
"repository": {
"type": "git",
"url": "https://github.com/tenowg/unrealsnippets.git"
},
"contributes": {
"snippets": [
{
"language": "cpp",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "cpp",
"path": "./snippets/general-file.code-snippets"
},
{
"language": "cpp",
"path": "./snippets/general.code-snippets"
},
{
"language": "cpp",
"path": "./snippets/property.code-snippets"
},
{
"language": "cpp",
"path": "./snippets/BP_Interface.code-snippets"
},
{
"language": "cpp",
"path": "./snippets/GAS.code-snippets"
},
{
"language": "cpp",
"path": "./snippets/MASS.code-snippets"
}
]
}
}