From e0e54a3972cecd4f6fea3ba373f0301b605248aa Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Jun 2023 22:00:03 -0400 Subject: [PATCH] fix(category): swapped category --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 264a2dc..6b42a3d 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "gpt-contextfiles", "displayName": "GPT-ContextFiles", "description": "Choose the files to pass into GPT to provide a question with multiple files (doesn't check context)", - "version": "0.1.0", + "version": "0.1.1", "engines": { "vscode": "^1.79.0" }, "categories": [ - "Other" + "Machine Learning" ], "activationEvents": [ "onCommand:extension.addFilesToGPTContext",