From 20c7bb515b9cd085e945d189906b338d303b5db0 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Jun 2023 21:06:11 -0400 Subject: [PATCH] fix(startup-error): fix error on startup --- package.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c56e1ae..578029d 100644 --- a/package.json +++ b/package.json @@ -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"