fix: improve $effect.active REPL autocomplete (#11027)

pull/11032/head
Dominic Gannaway 6 months ago committed by GitHub
parent 3c155e3f3e
commit ade3d1afb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -226,7 +226,11 @@
type: 'keyword',
boost: 3
}),
{ label: '$effect.active', type: 'keyword', boost: 2 },
snip('$effect.active()', {
label: '$effect.active',
type: 'keyword',
boost: 2
}),
{ label: '$inspect', type: 'keyword', boost: 1 }
]
};

Loading…
Cancel
Save