Skip to content

Commit 4e1f683

Browse files
committed
fix: run extension in UI
1 parent f1452ca commit 4e1f683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"activationEvents": [
3131
"onStartupFinished"
3232
],
33+
"extensionKind": ["ui"],
3334
"main": "./out/extension.js",
3435
"contributes": {
3536
"configuration": [
@@ -80,7 +81,7 @@
8081
"default": 0.2,
8182
"description": "Temperature of the model. Increasing the temperature will make the model answer more creatively.",
8283
"order": 3
83-
},
84+
},
8485
"inference.custom.model": {
8586
"type": "string",
8687
"default": "",

0 commit comments

Comments
 (0)