mirror of
https://github.com/Iheuzio/gpt-contextfiles.git
synced 2025-07-18 14:00:48 +00:00
Merge pull request #10 from Iheuzio/dev
fix(category): swapped category
This commit is contained in:
commit
802ea1de68
@ -2,12 +2,12 @@
|
|||||||
"name": "gpt-contextfiles",
|
"name": "gpt-contextfiles",
|
||||||
"displayName": "GPT-ContextFiles",
|
"displayName": "GPT-ContextFiles",
|
||||||
"description": "Choose the files to pass into GPT to provide a question with multiple files (doesn't check context)",
|
"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": {
|
"engines": {
|
||||||
"vscode": "^1.79.0"
|
"vscode": "^1.79.0"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Machine Learning"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:extension.addFilesToGPTContext",
|
"onCommand:extension.addFilesToGPTContext",
|
||||||
|
Loading…
Reference in New Issue
Block a user