Open JordanBoltonMN opened 1 year ago
Expected behavior I'd expect the following to not give autocomplete items:
let foo |=
Actual behavior Returns a list of keywords for expressions:
To Reproduce See above.
Additional context Add any other context about the problem here.
It appears that ActiveNode's ancestry thinks it's in the context for the value portion of the key-value-pair.
Expected behavior I'd expect the following to not give autocomplete items:
Actual behavior Returns a list of keywords for expressions:
To Reproduce See above.
Additional context Add any other context about the problem here.