biomejs / biome-zed

Biome extension for Zed
https://biomejs.dev
MIT License
145 stars 5 forks source link

Scrolls to the bottom when saving and formatting #43

Open BarraR3port opened 1 month ago

BarraR3port commented 1 month ago

When I save a file with the auto format enabled, the editor scrolls to the bottom of the file at least with .tsx files.

This is my config:


    "formatter": {
        "language_server": {
            "name": "biome"
        }
    },
    "code_actions_on_format": {
        "source.fixAll.biome": true,
        "source.organizeImports.biome": true
    }

https://github.com/user-attachments/assets/4ecb8c3a-2f07-4b35-80fd-a3a38fc63f2e

ematipico commented 1 month ago

Why do you think it's a Biome issue?

BarraR3port commented 1 month ago

Honestly I'm not sure where the issue could came from, I just thought that here I could find the right answer :)