Commit bea5bc2 1 parent 1a5a8db commit bea5bc2 Copy full SHA for bea5bc2
File tree 3 files changed +14
-11
lines changed
3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,3 @@ Add the following to your settings:
10
10
"message-name" : " MessageName"
11
11
}
12
12
```
13
-
14
- ## Change log
15
- See [ CHANGELOG.md] ( CHANGELOG.md ) .
16
-
17
- ## License
18
- Please see [ LICENSE] ( ./LICENSE )
Original file line number Diff line number Diff line change 2
2
"name" : " protoviewer" ,
3
3
"displayName" : " protoviewer" ,
4
4
"description" : " Display protofbuf files in VSCode." ,
5
- "version" : " 1.2.2 " ,
5
+ "version" : " 0.0.1 " ,
6
6
"engines" : {
7
- "vscode" : " ^1.46 .0"
7
+ "vscode" : " ^1.75 .0"
8
8
},
9
+ "homepage" : " https://github.com/mosuem/protoviewer" ,
10
+ "bugs" : {
11
+ "url" : " https://github.com/mosuem/protoviewer/issues"
12
+ },
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " https://github.com/mosuem/protoviewer"
16
+ },
17
+ "icon" : " logo.png" ,
9
18
"categories" : [
10
19
" Visualization"
11
20
],
12
21
"keywords" : [
13
- " protofbuf "
22
+ " protobuf "
14
23
],
15
24
"main" : " ./out/src/extension" ,
16
25
"contributes" : {
25
34
"displayName" : " Protobuf Preview" ,
26
35
"selector" : [
27
36
{
28
- "filenamePattern" : " *.binpb "
37
+ "filenamePattern" : " *pb "
29
38
}
30
39
]
31
40
}
62
71
"extensionKind" : [
63
72
" ui"
64
73
]
65
- }
74
+ }
You can’t perform that action at this time.
0 commit comments