Skip to content

Commit bea5bc2

Browse files
committed
Add infos
1 parent 1a5a8db commit bea5bc2

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ Add the following to your settings:
1010
"message-name": "MessageName"
1111
}
1212
```
13-
14-
## Change log
15-
See [CHANGELOG.md](CHANGELOG.md).
16-
17-
## License
18-
Please see [LICENSE](./LICENSE)

logo.png

9.19 KB
Loading

package.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22
"name": "protoviewer",
33
"displayName": "protoviewer",
44
"description": "Display protofbuf files in VSCode.",
5-
"version": "1.2.2",
5+
"version": "0.0.1",
66
"engines": {
7-
"vscode": "^1.46.0"
7+
"vscode": "^1.75.0"
88
},
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",
918
"categories": [
1019
"Visualization"
1120
],
1221
"keywords": [
13-
"protofbuf"
22+
"protobuf"
1423
],
1524
"main": "./out/src/extension",
1625
"contributes": {
@@ -25,7 +34,7 @@
2534
"displayName": "Protobuf Preview",
2635
"selector": [
2736
{
28-
"filenamePattern": "*.binpb"
37+
"filenamePattern": "*pb"
2938
}
3039
]
3140
}
@@ -62,4 +71,4 @@
6271
"extensionKind": [
6372
"ui"
6473
]
65-
}
74+
}

0 commit comments

Comments
 (0)