forked from external/vscode-xml
Add Formatters to category list
The Marketplace has introduce a new category called formatters for extensions that add formatting.
This commit is contained in:
parent
62234629e2
commit
23e6805a90
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Languages",
|
"Languages",
|
||||||
"Linters",
|
"Linters",
|
||||||
"Other"
|
"Other",
|
||||||
|
"Formatters"
|
||||||
],
|
],
|
||||||
"main": "./src/Extension",
|
"main": "./src/Extension",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue