Skip to content

Commit

Permalink
Change extension category to SCM Providers
Browse files Browse the repository at this point in the history
VSCode could automatically drive users to discover new SCM Providers in the Marketplace. For this, we need the extensions to have the correct category.

Related to microsoft/vscode#25696
  • Loading branch information
joaomoreno authored May 4, 2017
1 parent 03a9660 commit df230eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"TFVC"
],
"categories": [
"Other"
"SCM Providers"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit df230eb

Please sign in to comment.