elixir: Disable Emmet by default (#52769) (cherry-pick to stable) (#52981)
zed-zippy[bot]
and
AltCode
created
Cherry-pick of #52769 to stable
----
The Emmet extension is enabled for Elixir files (`.ex`) because of the
`~H` sigil, but this is a bit unexpected if you work exclusively with
HEEx files (`.heex`) or you don't actually use Phoenix in any capacity
With this change, the user must explicitly opt into Emmet for Elixir
files, just like Tailwind
Release Notes:
- N/A
Co-authored-by: AltCode <altcode@vivaldi.net>