8000 GitHub - Marcisbee/zed-biome-reproduction-1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Marcisbee/zed-biome-reproduction-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zed-biome-reproduction-1

Repo for showing bug/inconsistency between cli and zed biome format.

How to reproduce

  1. run npm test - cli has issues
  2. run zed .
  3. open index.ts file and run formatter (cmd+shift+i)
  4. zed did not apply formatting changes for quotes and indents

zed settings.json

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0