|
1 | | -# Eclipse Open VSX |
| 1 | +<h1 align="center"> |
| 2 | + |
| 3 | +<a href="https://open-vsx.org"> |
| 4 | + <img src="https://outreach.eclipse.foundation/hs-fs/hubfs/OpenVSX-logo.png?width=369&height=117&name=OpenVSX-logo.png"> |
| 5 | +</a> |
| 6 | + |
| 7 | +</h1> |
2 | 8 |
|
3 | | -[](https://gitpod.io/#https://github.com/eclipse/openvsx) |
4 | | -[](https://workspaces.openshift.com#https://github.com/eclipse/openvsx) |
5 | | -[](https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A) |
6 | | -[](https://github.com/eclipse/openvsx/blob/master/LICENSE) |
7 | | -[](https://github.com/eclipse/openvsx/releases) |
8 | | -[](https://github.com/eclipse/openvsx/actions?query=workflow%3ACI) |
9 | | -[](https://develocity-staging.eclipse.org/) |
| 9 | +<p align="center"> |
| 10 | + <a href="https://gitpod.io/#https://github.com/eclipse/openvsx"><img alt="Gitpod Ready-to-Code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a> |
| 11 | + <a href="https://workspaces.openshift.com#https://github.com/eclipse/openvsx"><img alt="Contribute" src="https://www.eclipse.org/che/contribute.svg" /></a> |
| 12 | + <a href="https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A"><img alt="Slack workspace" src="https://img.shields.io/badge/Slack-Join%20workspace-4A154B?logo=slack&logoColor=white" /></a> |
| 13 | + <a href="https://github.com/eclipse/openvsx/blob/master/LICENSE"><img alt="EPLv2 License" src="https://img.shields.io/github/license/eclipse/openvsx" /></a> |
| 14 | + <a href="https://github.com/eclipse/openvsx/releases"><img alt="Release" src="https://img.shields.io/github/v/tag/eclipse/openvsx?sort=semver" /></a> |
| 15 | + <a href="https://github.com/eclipse/openvsx/actions/workflows/main.yml?query=branch%3Amaster"><img alt="Build Status" src="https://github.com/eclipse/openvsx/actions/workflows/main.yml/badge.svg?branch:master" /></a> |
| 16 | + <a href="https://develocity-staging.eclipse.org/"><img alt="Revved up by Develocity" src="https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A" /></a> |
| 17 | + <a href="https://scorecard.dev/viewer/?uri=github.com/eclipse/openvsx"><img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/eclipse/openvsx/badge" /></a> |
| 18 | +</p> |
| 19 | + |
| 20 | +# Eclipse Open VSX |
10 | 21 |
|
11 | 22 | Open VSX is a [vendor-neutral](https://projects.eclipse.org/projects/ecd.openvsx) open-source alternative to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode). It provides a server application that manages [VS Code extensions](https://code.visualstudio.com/api) in a database, a web application similar to the VS Code Marketplace, and a command-line tool for publishing extensions similar to [vsce](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce). |
12 | 23 |
|
|
0 commit comments