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