mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Disable autocomplete
This commit is contained in:
parent
48f9ac2ba1
commit
695d6a1e30
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ export class AutocompleteService extends Disposable implements IAutocompleteServ
|
|||
token: CancellationToken,
|
||||
): Promise<InlineCompletion[]> {
|
||||
|
||||
const disabled = false
|
||||
const disabled = true
|
||||
const testMode = false
|
||||
|
||||
if (disabled) { return []; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue