diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-28 21:48:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-28 21:48:26 +0300 |
commit | 8dd1d32bc44b88800f76c93601b0cfd53c38ebd5 (patch) | |
tree | 615af28333b271462dca092b3c84153b15986cd6 | |
parent | e16e3dfad2b36dd3ed9f84720076b7f44fa588a2 (diff) |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,10 +1,13 @@ # Golang Tools [![Version](https://vsmarketplacebadge.apphb.com/version/neonxp.gotools.svg)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) -[![Installs](https://vsmarketplacebadge.apphb.com/installs/neonxp.gotools.svg)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) -[![GPL-3](https://img.shields.io/github/license/neonxp/GoTools)](/LICENSE) +[![Installs](https://img.shields.io/visual-studio-marketplace/i/neonxp.gotools?label=Visual%20Studio%20Marketplace%20installs)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) +[![Installs](https://img.shields.io/open-vsx/dt/neonxp/gotools?label=Open-VSX%20downloads)](https://open-vsx.org/extension/neonxp/gotools) +[![GPLv3](https://img.shields.io/github/license/neonxp/GoTools)](/LICENSE) -[Install extension](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) +[Install extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) + +[Install extension from Open-VSX](https://open-vsx.org/extension/neonxp/gotools) (codeserver/vscodium/gitpod) Extensions with frequently used snippets and code actions for productive go development. |