Skip to content

Commit ced4f2f

Browse files
committed
Add "Formatters" to package.json list of supported VS Code extension categories.
1 parent 2f79843 commit ced4f2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"upgrade": "npx --yes npm-check-updates --upgrade"
2727
},
2828
"categories": [
29-
"Linters"
29+
"Linters",
30+
"Formatters"
3031
],
3132
"engines": {
3233
"node": ">=12",

0 commit comments

Comments
 (0)