Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
add protobuf extension (#590)
Browse files Browse the repository at this point in the history
* add protobuf extension

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* fix release date

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* change icon

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>
use proto3 logo as icon (although protobuf logo is different).
Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* update publisher

I'm guessing this will need to be moved to a folder with zxh404 name instead of ms-vscode in v3/plugins ?

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* Update extension link with built-vsix

* Correct the revision field

Point the revision field to the commit SHA1 that actually bumped the version in the upstream repo, i.e. zxh0/vscode-proto3@c4d9eeb

* Update image with direct link

* changing folders

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* publisher

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* publisher re-do

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

* fix publisher as for package json

Signed-off-by: Esteban Mañaricua <emanaricua@gmail.com>

Co-authored-by: Eric Williams <ericwill@redhat.com>
  • Loading branch information
gattytto and ericwill authored Aug 28, 2020
1 parent ac4a04b commit bc4fbb6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
19 changes: 19 additions & 0 deletions v3/plugins/zxh404/protobuf/0.4.2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v2
publisher: zxh404
name: protobuf
version: 0.4.2
type: VS Code extension
displayName: Protobuf
title: Google's protobuf .proto file support
description: This extension adds rich language support for the proto3 syntax
icon: https://raw.githubusercontent.com/zxh0/vscode-proto3/master/images/vscode_extension_icon.png
repository: https://github.com/zxh0/vscode-proto3
category: Language
firstPublicationDate: '2020-08-26'
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-protobuf:0.4.2-a79a2ff"
name: vscode-proto3
memoryLimit: '256Mi'
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-proto3/vscode-proto3-0.4.2-c4d9ee.vsix
1 change: 1 addition & 0 deletions v3/plugins/zxh404/protobuf/latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.4.2
10 changes: 10 additions & 0 deletions vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,16 @@
"repository": "https://github.com/che-dockerfiles/che-sidecar-node"
}
}
},
{
"repository": "https://github.com/zxh0/vscode-proto3",
"revision": "c4d9eeb54294e3cee86254261edf036901f29dec",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-protobuf:0.4.2-a79a2ff",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-protobuf"
}
}
}
]
}

0 comments on commit bc4fbb6

Please sign in to comment.