fix(startup-error): fix error on startup

This commit is contained in:
Christopher 2023-06-21 21:06:11 -04:00
parent c036caef9d
commit 20c7bb515b

View File

@ -42,6 +42,15 @@
"group": "navigation"
}
]
},
"views": {
"explorer": [
{
"id": "selectedFiles",
"name": "Selected Files",
"when": "explorerResourceIsFolder && explorerViewletVisible"
}
]
}
},
"scripts": {
@ -63,9 +72,9 @@
"dependencies": {
"openai": "^3.3.0"
},
"repository":{
"type":"git",
"url":"https://github.com/Iheuzio/gpt-contextfiles/"
"repository": {
"type": "git",
"url": "https://github.com/Iheuzio/gpt-contextfiles/"
},
"icon": "images/gpt-icon.jpg",
"publisher": "Iheuzio"