From e23ced2262678a5b652d35ec5697991e04495012 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Mon, 3 Oct 2022 14:58:56 -0700 Subject: [PATCH] Add 'Formatters' to extension manifest's categories Since it supports formatting. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 330a1580f0..8d0bcc06e0 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "homepage": "https://github.com/PowerShell/vscode-powershell/blob/main/README.md", "categories": [ "Debuggers", + "Formatters", "Programming Languages", "Snippets", "Linters"