From 07d7e4b38cc9d8d3527caa4250c65a7c2d4a1993 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Tue, 26 Jun 2018 15:13:51 +0200 Subject: [PATCH] Replace links at top of README.md with shields.io badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85fa02a..8fb72bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ ![Logo](./resources/Logo.png) -**| [GitHub](https://github.com/SchoofsKelvin/vscode-sshfs) | [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs) |** +[![GitHub package version](https://img.shields.io/github/last-commit/SchoofsKelvin/vscode-sshfs.svg)](https://github.com/SchoofsKelvin/vscode-sshfs) +[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/Kelvin.vscode-sshfs.svg)](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs) + [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RLYCWPYEC5WZL) This extension makes use of the new FileSystemProvider, added in version 1.23.0 of Visual Studio Code. It allows "mounting" a remote folder over SSH as a local Workspace folder.