-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3df1715
commit fb926bd
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |