From 7a11aa0756857036bacb6b9fae5fb4278449328d Mon Sep 17 00:00:00 2001 From: Wade Anderson Date: Tue, 25 Oct 2016 13:55:52 -0700 Subject: [PATCH] Add Formatters to category list The Marketplace has introduce a new category called formatters for extensions that add formatting. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ac8d6443e0e7..a0d61e792e52 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "Debuggers", "Linters", "Snippets", + "Formatters", "Other" ], "activationEvents": [ @@ -852,4 +853,4 @@ "vscode": "^1.0.0", "webpack": "^1.13.2" } -} \ No newline at end of file +}