Merge pull request #10 from Iheuzio/dev

fix(category): swapped category
This commit is contained in:
Iheuzio 2023-06-21 22:03:21 -04:00 committed by GitHub
commit 802ea1de68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",