From 13367edb8f627da81aceb9434e8d2d510eb4d23d Mon Sep 17 00:00:00 2001 From: Rhys Date: Fri, 27 Sep 2024 17:18:06 -0400 Subject: [PATCH] chore: add chat and ai categories to package.json VSCODE-627 (#846) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a15bde55d..f4f9bfd43 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ }, "publisher": "mongodb", "categories": [ + "AI", + "Chat", + "Data Science", "Programming Languages", "Snippets", "Other"