Clean
This commit is contained in:
parent
91a9f8b04a
commit
53b2c2e67f
|
@ -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