We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cea844 commit 8cb5544Copy full SHA for 8cb5544
src/api/providers/vscode-lm.ts
@@ -164,7 +164,7 @@ export class VsCodeLmHandler extends BaseProvider implements SingleCompletionHan
164
* converts the messages to VS Code LM format, and streams the response chunks.
165
* Tool calls handling is currently a work in progress.
166
*/
167
- dispose(): void {
+ override dispose(): void {
168
if (this.disposable) {
169
this.disposable.dispose()
170
}
0 commit comments