mirror of
https://github.com/Iheuzio/gpt-contextfiles.git
synced 2025-07-18 14:00:48 +00:00
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:
commit
ba445f3eb8
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user