mirror of
https://github.com/Iheuzio/gpt-contextfiles.git
synced 2025-07-18 14:00:48 +00:00
Merge branch 'dev' of https://github.com/Iheuzio/gpt-contextfiles into reports/guides
This commit is contained in:
commit
09b477038b
24
package.json
24
package.json
@ -2,12 +2,32 @@
|
|||||||
"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.1",
|
"version": "0.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.79.0"
|
"vscode": "^1.79.0"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Machine Learning"
|
"Machine Learning",
|
||||||
|
"Debuggers",
|
||||||
|
"Formatters",
|
||||||
|
"Linters",
|
||||||
|
"Programming Languages",
|
||||||
|
"Testing",
|
||||||
|
"Snippets"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"16k",
|
||||||
|
"GPT",
|
||||||
|
"ai",
|
||||||
|
"testing",
|
||||||
|
"debugging",
|
||||||
|
"files",
|
||||||
|
"api"
|
||||||
|
],
|
||||||
|
"relatedTags": [
|
||||||
|
"Artificial Intelligence",
|
||||||
|
"Natural Language Processing",
|
||||||
|
"Code editor"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:extension.addFilesToGPTContext",
|
"onCommand:extension.addFilesToGPTContext",
|
||||||
|
Loading…
Reference in New Issue
Block a user