fix(vscode): keep provider within lint limit

This commit is contained in:
kiloconnect[bot]
2026-04-21 12:01:52 +00:00
parent 7b67e14f00
commit 9964ffd896
-1
View File
@@ -818,7 +818,6 @@ export class KiloProvider implements vscode.WebviewViewProvider, TelemetryProper
.getConfiguration("kilo-code.new.autocomplete")
.update(message.key, message.value, vscode.ConfigurationTarget.Global)
this.sendAutocompleteSettings()
// Reload autocomplete service to pick up model/setting changes
await vscode.commands.executeCommand("kilo-code.new.autocomplete.reload")
}
break