biomejs / biome-zed

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

BiomeJS extension and LSP not working properly on Zed #13492 #24

Closed a4arpon closed 2 months ago

a4arpon commented 3 months ago

Issue Link (Zed Issues): https://github.com/zed-industries/zed/issues/13492#issue-2371850613

ematipico commented 3 months ago

You should set up settings.json like this:

{
  "code_actions_on_format": {
    "source.fixAll.biome": true,
    "source.organizeImports.biome": true
  }
}
luckydye commented 2 months ago

See https://github.com/zed-industries/zed/issues/13492#issuecomment-2246243131 :)