From 131bd18fcc22e0ebb95c2731bb04c7312155fcbd Mon Sep 17 00:00:00 2001 From: Rohini Senthil Date: Fri, 4 Jun 2021 17:59:31 +0530 Subject: [PATCH] (chore) add extension category and tags --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 092c739..b3858b4 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,9 @@ "vscode": "^1.56.0" }, "categories": [ - "Other" + "Programming Languages" ], + "keywords": ["api-client", "postman", "REST", "graphql", "http"], "activationEvents": [ "onCommand:postcode.createRequest" ],