mirror of
https://github.com/Iheuzio/gpt-contextfiles.git
synced 2025-07-18 22:10:49 +00:00
fix(startup-error): fix error on startup
This commit is contained in:
parent
c036caef9d
commit
20c7bb515b
15
package.json
15
package.json
@ -42,6 +42,15 @@
|
|||||||
"group": "navigation"
|
"group": "navigation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"views": {
|
||||||
|
"explorer": [
|
||||||
|
{
|
||||||
|
"id": "selectedFiles",
|
||||||
|
"name": "Selected Files",
|
||||||
|
"when": "explorerResourceIsFolder && explorerViewletVisible"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -63,9 +72,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"openai": "^3.3.0"
|
"openai": "^3.3.0"
|
||||||
},
|
},
|
||||||
"repository":{
|
"repository": {
|
||||||
"type":"git",
|
"type": "git",
|
||||||
"url":"https://github.com/Iheuzio/gpt-contextfiles/"
|
"url": "https://github.com/Iheuzio/gpt-contextfiles/"
|
||||||
},
|
},
|
||||||
"icon": "images/gpt-icon.jpg",
|
"icon": "images/gpt-icon.jpg",
|
||||||
"publisher": "Iheuzio"
|
"publisher": "Iheuzio"
|
||||||
|
Loading…
Reference in New Issue
Block a user