From a994b39dc2dedd5aa232e86671a4487e608e240d Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Tue, 26 Jun 2018 15:41:52 +0200 Subject: [PATCH] Improve shields (static GitHub/PayPal shield, better VS Marketplace one) --- README.md | 6 +++--- media/github.svg | 17 +++++++++++++++++ media/paypal.svg | 21 +++++++++++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 media/github.svg create mode 100644 media/paypal.svg diff --git a/README.md b/README.md index 8fb72bc..1451a67 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ![Logo](./resources/Logo.png) -[![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) +[![GitHub package version](./media/github.svg)](https://github.com/SchoofsKelvin/vscode-sshfs) +[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version-short/Kelvin.vscode-sshfs.svg)](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs) + [![Donate](./media/paypal.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. diff --git a/media/github.svg b/media/github.svg new file mode 100644 index 0000000..8cd47ac --- /dev/null +++ b/media/github.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + GitHub + GitHub + + \ No newline at end of file diff --git a/media/paypal.svg b/media/paypal.svg new file mode 100644 index 0000000..e30fddc --- /dev/null +++ b/media/paypal.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + Donate + Donate + PayPal + PayPal + + \ No newline at end of file