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

Update README.md #788

Merged
merged 1 commit into from
Sep 26, 2024
Merged
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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Publish Extensions to Open VSX
# Publish and Deprecate Extensions at Open VSX

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/open-vsx/publish-extensions)

A CI script for publishing open-source VS Code extensions to [open-vsx.org](https://open-vsx.org).
This repo contains:
- A CI script for publishing open-source VS Code extensions to [open-vsx.org](https://open-vsx.org).
- [`extensions.json`](https://github.com/kineticsquid/publish-extensions/blob/master/extensions.json) file specifying which extensions get auto-published to [open-vsx.org](https://open-vsx.org).
- [`extension-control/extensions.json`](https://github.com/kineticsquid/publish-extensions/tree/master/extension-control) file indicating malicious and deprecated extensions.

For instructions on auto-publishing extensions, marking extensions as deprecated, and flagging malicious extensions, please see the [Open VSX Wiki](https://github.com/EclipseFdn/open-vsx.org/wiki).

This repository is open for contributions, but before you contribute, please read our [Contribution guidelines](CONTRIBUTING.md).
Loading