You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shields.io dropped support for vs marketplace badges in badges/shields#11792. This makes the badges render useless with the "retired badge" text instead.
- Replaced the version badge with an Open VSX Registry version badge.
- Replaced the installs badge with a static text badge to set an approximate number of vs marketplace installs based on the actual number.
- Added an installs badge for Open VSX Registry installs.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Automatic Comment Blocks
2
2
3
-
<ahref="https://marketplace.visualstudio.com/items?itemName=yCodeTech.automatic-comment-blocks"><imgalt="Visual Studio Marketplace Version"src="https://img.shields.io/visual-studio-marketplace/v/yCodeTech.automatic-comment-blocks?style=for-the-badge"></a>
4
-
<ahref="https://marketplace.visualstudio.com/items?itemName=yCodeTech.automatic-comment-blocks"><imgalt="Visual Studio Marketplace Installs"src="https://img.shields.io/visual-studio-marketplace/i/yCodeTech.automatic-comment-blocks?style=for-the-badge&label=VS%20Code%20Installs"></a>
3
+
<ahref="https://marketplace.visualstudio.com/items?itemName=yCodeTech.automatic-comment-blocks"><imgalt="Visual Studio Marketplace Version"src="https://img.shields.io/open-vsx/v/yCodeTech/automatic-comment-blocks?label=version&style=for-the-badge"></a>
4
+
<ahref="https://marketplace.visualstudio.com/items?itemName=yCodeTech.automatic-comment-blocks"><imgalt="Visual Studio Marketplace Installs"src="https://img.shields.io/badge/VS_Code_Installs-~1.5k-brightgreen?style=for-the-badge"></a>
A VScode extension that provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for [_all_ supported languages](#as-of-v110-this-extension-now-automatically-adds-language-support-and-no-longer-keeps-hardcoded-language-support).
0 commit comments