Skip to content

Commit 0e2f84a

Browse files
committed
add-chat-init
1 parent db0baa5 commit 0e2f84a

File tree

3 files changed

+105
-2
lines changed

3 files changed

+105
-2
lines changed

package-lock.json

+102-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
},
131131
"dependencies": {
132132
"@grafana/faro-core": "^1.3.5",
133-
"@grafana/faro-web-sdk": "^1.3.5"
133+
"@grafana/faro-web-sdk": "^1.3.5",
134+
"@vscode/webview-ui-toolkit": "^1.4.0"
134135
}
135136
}

src/extension.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export async function activate(context: vscode.ExtensionContext) {
5555
...new Set([
5656
configuration.get("completion.autoMode"),
5757
configuration.get("completion.manuallyMode"),
58+
"chat-large" as const,
5859
]),
5960
].map((serverType) => servers[serverType].startServer())
6061
);

0 commit comments

Comments
 (0)