Skip to content

Commit

Permalink
Add infos
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jun 25, 2024
1 parent 1a5a8db commit bea5bc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@ Add the following to your settings:
"message-name": "MessageName"
}
```

## Change log
See [CHANGELOG.md](CHANGELOG.md).

## License
Please see [LICENSE](./LICENSE)
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@
"name": "protoviewer",
"displayName": "protoviewer",
"description": "Display protofbuf files in VSCode.",
"version": "1.2.2",
"version": "0.0.1",
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.75.0"
},
"homepage": "https://github.com/mosuem/protoviewer",
"bugs": {
"url": "https://github.com/mosuem/protoviewer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mosuem/protoviewer"
},
"icon": "logo.png",
"categories": [
"Visualization"
],
"keywords": [
"protofbuf"
"protobuf"
],
"main": "./out/src/extension",
"contributes": {
Expand All @@ -25,7 +34,7 @@
"displayName": "Protobuf Preview",
"selector": [
{
"filenamePattern": "*.binpb"
"filenamePattern": "*pb"
}
]
}
Expand Down Expand Up @@ -62,4 +71,4 @@
"extensionKind": [
"ui"
]
}
}

0 comments on commit bea5bc2

Please sign in to comment.