Skip to content

Commit 8cb5544

Browse files
committed
fix: auto patch for api_provider_clients
1 parent 5cea844 commit 8cb5544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/vscode-lm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class VsCodeLmHandler extends BaseProvider implements SingleCompletionHan
164164
* converts the messages to VS Code LM format, and streams the response chunks.
165165
* Tool calls handling is currently a work in progress.
166166
*/
167-
dispose(): void {
167+
override dispose(): void {
168168
if (this.disposable) {
169169
this.disposable.dispose()
170170
}

0 commit comments

Comments
 (0)