mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
fix(vscode): keep provider within lint limit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user