From 4e1f68302701a02214d5b9b1f0bcf32fc93dbf7b Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Thu, 8 Feb 2024 11:24:05 -0800 Subject: [PATCH] fix: run extension in UI --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a3dcb45..ad7db77 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "activationEvents": [ "onStartupFinished" ], + "extensionKind": ["ui"], "main": "./out/extension.js", "contributes": { "configuration": [ @@ -80,7 +81,7 @@ "default": 0.2, "description": "Temperature of the model. Increasing the temperature will make the model answer more creatively.", "order": 3 - }, + }, "inference.custom.model": { "type": "string", "default": "",