Skip to content
Discussion options

You must be logged in to vote

Actually, my config was wrong.
I didn't understand vscode could not catch my includes from files.

I reworked my biome.json, then vscode's instruction "source.fixAll.biome": "explicit", would run the assist actions as I expected :

"assist": {
    "actions": {
      "source": {
        "recommended": true,
        "useSortedKeys": "on"
      }
    },
    "includes": [
      "**",
      "!**/tsconfig.json",
      "!**/package.json",
      "!**/package-lock.json",
      "!**/assets/*",
      "!**/experiments",
      "!**/settings.json",
      "!**/biome.json"
    ]
  },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by seedydocloop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant