-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 773 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 773 Bytes
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
{
"name": "java-fill",
"displayName": "Java Fill",
"description": "Java snippets",
"publisher": "trende2001",
"icon": "logo/index.png",
"homepage": "https://github.com/trende2001/java-fill",
"preview": true,
"version": "1.0.5",
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Snippets",
"Other"
],
"keywords": [
"package.json",
"node",
"java",
"snippet",
"fill"
],
"repository": {
"type": "git",
"url": "https://github.com/trende2001/java-fill"
},
"contributes": {
"snippets": [
{
"language": "java",
"path": "./snippets/snippets.code-snippets"
}
]
},
"__metadata": {
"id": "747159ff-b40f-4b9b-b66c-f8eb38df4081",
"publisherDisplayName": "trend",
"publisherId": "8e7e84da-5b68-476a-a187-e2a6fd39efdf"
}
}