diff --git a/README.md b/README.md index e1855e8..e64076f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..073dc86 Binary files /dev/null and b/logo.png differ diff --git a/package.json b/package.json index 559e7ca..1914b6a 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -25,7 +34,7 @@ "displayName": "Protobuf Preview", "selector": [ { - "filenamePattern": "*.binpb" + "filenamePattern": "*pb" } ] } @@ -62,4 +71,4 @@ "extensionKind": [ "ui" ] -} +} \ No newline at end of file