biome-zed icon indicating copy to clipboard operation
biome-zed copied to clipboard

Scrolls to the bottom when saving and formatting

Open BarraR3port opened this issue 6 months ago • 2 comments

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

BarraR3port avatar Aug 28 '24 06:08 BarraR3port