### Extension Version 1.0.8 ### PHP Binary Valet ### Operating System macOS ### What happened? In a blade file, type this: ``` div.flex ``` and hit tab, normally that will expand to <div class="flex"></div> but when this extension is enabled that functionality does not work. One observation: when you start typing div. you get this: <img width="465" alt="Image" src="https://github.com/user-attachments/assets/966dfdca-4c35-476f-a438-90de7a8184bc" /> notice the 'emmet' text at the top but as soon as you start typing after the dot you get this: <img width="536" alt="Image" src="https://github.com/user-attachments/assets/49df1207-23ea-44e2-aaac-463601eaeb39" /> notice that the emmet is gone, which I why the expansion is not working - I think. ### Mimimal Code Sample ```php Create a new empty blade file start typing div and you can see the issue ```