Quentium

Results 78 comments of Quentium

Looks like I submitted a similar issue but with real directives #941, the following code has the same indentation issue ``` @if ($i >= 1) @break @endif ```

I agree, it would be great to have it around the extra tab ![image](https://github.com/user-attachments/assets/36f6b055-3725-4048-b5cc-5ca976c8ed5a)

I found my error, I used the plugin inside plugins section of rollup and not vite plugins: ```js /** @type {import('vite').UserConfig} */ export default { plugins: [ ViteImageOptimizer(), ] }...

Yes, looks like some memory leak happens, the gnome-shell RAM usage goes crazy until it has filled the swap which causes freezes