Merge pull request #19 from Iheuzio/fix/explorer-context

fix(explorer-context): Shows the add files context for any file
This commit is contained in:
Iheuzio 2023-06-25 11:54:40 -04:00 committed by GitHub
commit ba445f3eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"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.2",
"version": "0.1.3",
"engines": {
"vscode": "^1.79.0"
},
@ -67,7 +67,7 @@
"menus": {
"explorer/context": [
{
"when": "resourceLangId == javascript",
"when": "resourceIsFolder == false",
"command": "extension.addFilesToGPTContext",
"group": "navigation"
}