Clean
This commit is contained in:
parent
c159f30485
commit
1714c26cb9
|
@ -115,7 +115,7 @@
|
|||
useSnippets?: boolean
|
||||
) => {
|
||||
const completions: ((_: CompletionContext) => any)[] = [
|
||||
jsAutocomplete([...bindingCompletions.filter(c => c.label)]),
|
||||
jsAutocomplete([...bindingCompletions]),
|
||||
jsHelperAutocomplete([...getHelperCompletions(EditorModes.JS)]),
|
||||
]
|
||||
if (useSnippets && snippets) {
|
||||
|
|
Loading…
Reference in New Issue