From 9c8c0910faa20a621253889927d4e6a82938c070 Mon Sep 17 00:00:00 2001 From: Matt Bowersox Date: Mon, 1 Jun 2026 09:50:36 -0500 Subject: [PATCH 1/2] Update badge endpoints, match styling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4501961..4bda2295 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ > This page provides an overview of Liberty Tools for Visual Studio Code. > For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md). -[![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/Open-Liberty.liberty-dev-vscode-ext?style=for-the-badge&label=VS%20Market "Current Release")](https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext) -[![License](https://img.shields.io/github/license/OpenLiberty/liberty-tools-vscode?style=for-the-badge&logo=eclipse)](https://www.eclipse.org/legal/epl-2.0/) +[![Marketplace Version](https://vsmarketplacebadges.dev/version/Open-Liberty.liberty-dev-vscode-ext.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext) +[![License](https://img.shields.io/github/license/OpenLiberty/liberty-tools-vscode?flat&logo=eclipse)](https://www.eclipse.org/legal/epl-2.0/) Liberty Tools for Visual Studio Code offers features for developing cloud-native Java applications with [Open Liberty](https://openliberty.io/) and [WebSphere Liberty](https://www.ibm.com/products/websphere-liberty). Iterate fast with Liberty dev mode, code with assistance for MicroProfile & Jakarta EE APIs, and easily edit Liberty configuration files. From 5a6a5c31e8e39a62e98df75a618de872c90c704b Mon Sep 17 00:00:00 2001 From: Matt Bowersox Date: Mon, 1 Jun 2026 17:08:33 -0500 Subject: [PATCH 2/2] Update badges to use png --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bda2295..6370c369 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ > This page provides an overview of Liberty Tools for Visual Studio Code. > For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md). -[![Marketplace Version](https://vsmarketplacebadges.dev/version/Open-Liberty.liberty-dev-vscode-ext.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext) -[![License](https://img.shields.io/github/license/OpenLiberty/liberty-tools-vscode?flat&logo=eclipse)](https://www.eclipse.org/legal/epl-2.0/) +[![Marketplace Version](https://vsmarketplacebadges.dev/version/Open-Liberty.liberty-dev-vscode-ext.png "Current Release")](https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext) +[![License](https://img.shields.io/github/license/OpenLiberty/liberty-tools-vscode.png?flat&logo=eclipse)](https://www.eclipse.org/legal/epl-2.0/) Liberty Tools for Visual Studio Code offers features for developing cloud-native Java applications with [Open Liberty](https://openliberty.io/) and [WebSphere Liberty](https://www.ibm.com/products/websphere-liberty). Iterate fast with Liberty dev mode, code with assistance for MicroProfile & Jakarta EE APIs, and easily edit Liberty configuration files.