Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#14573 do not reference MS VSCode... #309

Merged
merged 3 commits into from
Dec 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ firstPublicationDate: # optional; see [2]
latestUpdateDate: # optional; see [3]
deprecate: # optional; section for deprecating plugins in favor of others
autoMigrate: # boolean
migrateTo: # new plugin id
migrateTo: # new org/plugin-id/version, e.g. redhat/vscode-apache-camel/latest
spec: # spec (used to be che-plugin.yaml)
endpoints: # optional; plugin endpoints -- see https://www.eclipse.org/che/docs/che-6/servers.html for more details
- name:
Expand Down
3 changes: 3 additions & 0 deletions v3/plugins/joaompinto/vscode-asciidoctor/2.7.6/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ apiVersion: v2
version: 2.7.6
type: VS Code extension
name: vscode-asciidoctor
deprecate:
autoMigrate: true
migrateTo: joaompinto/vscode-asciidoctor/latest
displayName: AsciiDoc support
title: AsciiDoctor Plugin.
description: This extension provides a live preview, syntax highlighting and snippets for the AsciiDoc format using Asciidoctor flavor.
Expand Down
15 changes: 15 additions & 0 deletions v3/plugins/joaompinto/vscode-asciidoctor/2.7.7/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
publisher: joaompinto
apiVersion: v2
version: 2.7.7
type: VS Code extension
name: vscode-asciidoctor
displayName: AsciiDoc support
title: AsciiDoctor Plugin.
description: This extension provides a live preview, syntax highlighting and snippets for the AsciiDoc format using Asciidoctor flavor.
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
category: Language
repository: https://github.com/asciidoctor/asciidoctor-vscode
firstPublicationDate: "2019-12-02"
spec:
extensions:
- https://github.com/asciidoctor/asciidoctor-vscode/releases/download/v2.7.7/asciidoctor-vscode-2.7.7.vsix
2 changes: 1 addition & 1 deletion v3/plugins/joaompinto/vscode-asciidoctor/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
2.7.7