Skip to content

Commit 356c51c

Browse files
committed
readme: fix badges
1 parent 96c7591 commit 356c51c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Visual Basic for Applications support for VS Code
22
[![CI][ci-badge]][ci-status]
3-
[![Version][version-badge]][marketplace-url]
4-
[![Installs][installs-badge]][marketplace-url]
3+
[![Marketplace Installs][badge-installs-market]][vs-marketplace]
4+
[![Open VSX Installs][badge-installs-vsx]][open-vsx]
55

66
Adds VBA language support to Visiual Studio Code.
77
The only feature until now is syntax highlighting.
@@ -22,7 +22,7 @@ The icon is licensed under [Creative Commons ShareAlike](images/LICENSE).
2222
<!-- links -->
2323
[ci-badge]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml/badge.svg
2424
[ci-status]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml
25-
[version-badge]: https://vsmarketplacebadge.apphb.com/version/serkonda7.vscode-vba.svg
26-
[installs-badge]: https://vsmarketplacebadge.apphb.com/installs/serkonda7.vscode-vba.svg
27-
[marketplace-url]: https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba
28-
[icon-source-url]: https://icon-icons.com/icon/file-type-vba/130097
25+
[badge-installs-market]: https://img.shields.io/visual-studio-marketplace/i/serkonda7.vscode-vba?label=Installs
26+
[badge-installs-vsx]: https://img.shields.io/open-vsx/dt/serkonda7/vscode-vba?label=VSX%20downloads
27+
[vs-marketplace]: https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba
28+
[open-vsx]: https://open-vsx.org/extension/serkonda7/vscode-vba

0 commit comments

Comments
 (0)