diff --git a/editors/vscode/icon-128.png b/editors/vscode/icon-128.png index 9bcaec4..a83df98 100644 Binary files a/editors/vscode/icon-128.png and b/editors/vscode/icon-128.png differ diff --git a/editors/vscode/logo.png b/editors/vscode/logo.png index bf86973..a37a55f 100644 Binary files a/editors/vscode/logo.png and b/editors/vscode/logo.png differ diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 77a6461..1297fb2 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,9 +1,11 @@ { "name": "protols-vscode", + "preview": true, + "displayName": "Protobuf Language Server", "description": "Protobuf Language Server extension for Visual Studio Code", "author": "Joe Kralicky", "license": "Apache-2.0", - "version": "0.1.0", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/kralicky/protols"