Add Formatters to category list

The Marketplace has introduce a new category called formatters for extensions that add formatting.
This commit is contained in:
Wade Anderson 2016-10-26 09:25:52 -07:00 committed by GitHub
parent 62234629e2
commit 23e6805a90
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
"categories": [ "categories": [
"Languages", "Languages",
"Linters", "Linters",
"Other" "Other",
"Formatters"
], ],
"main": "./src/Extension", "main": "./src/Extension",
"contributes": { "contributes": {