3
3
"displayName" : " PewPew Snippets" ,
4
4
"description" : " A Visual Studio Code extension that has useful snippets to enhance level creation for PewPew Live." ,
5
5
"publisher" : " Tasty-Kiwi" ,
6
- "version" : " 1.0.2 " ,
6
+ "version" : " 1.0.3 " ,
7
7
"badges" : [{
8
- "url" : " https://img.shields.io/badge/Come%20to%20see%20our-GitHub%20repository-success?style=for-the-badge&logo=github" ,
9
- "href" : " https://github.com/Tasty-Kiwi/PewPewSnippets" ,
10
- "description" : " Come to see our GitHub repository"
8
+ "url" : " https://img.shields.io/badge/Come%20to%20see%20our-GitHub%20repository-success?style=for-the-badge&logo=github" ,
9
+ "href" : " https://github.com/Tasty-Kiwi/PewPewSnippets" ,
10
+ "description" : " Come to see our GitHub repository"
11
11
}],
12
- "engines" : {
13
- "vscode" : " ^1.53.0"
14
- },
15
- "license" : " MIT" ,
16
- "repository" : {
17
- "type" : " git" ,
18
- "url" : " https://github.com/Tasty-Kiwi/PewPewSnippets"
19
- },
20
- "homepage" : " https://github.com/Tasty-Kiwi/PewPewSnippets/blob/master/README.md" ,
21
- "bugs" : {
22
- "url" : " https://github.com/Tasty-Kiwi/PewPewSnippets/issues"
23
- },
24
- "categories" : [" Snippets" ],
25
- "contributes" : {
26
- "snippets" : [
27
- {
28
- "language" : " lua" ,
29
- "path" : " ./snippets/snippets.code-snippets"
30
- }
31
- ]
12
+ "engines" : {
13
+ "vscode" : " ^1.53.0"
14
+ },
15
+ "license" : " MIT" ,
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " https://github.com/Tasty-Kiwi/PewPewSnippets"
19
+ },
20
+ "homepage" : " https://github.com/Tasty-Kiwi/PewPewSnippets/blob/master/README.md" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/Tasty-Kiwi/PewPewSnippets/issues"
23
+ },
24
+ "categories" : [" Snippets" ],
25
+ "icon" : " assets/icon.png" ,
26
+ "contributes" : {
27
+ "snippets" : [
28
+ {
29
+ "language" : " lua" ,
30
+ "path" : " ./snippets/snippets.code-snippets"
31
+ }
32
+ ]
33
+ }
32
34
}
33
- }
35
+
0 commit comments