We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3d7a5 commit 8e773baCopy full SHA for 8e773ba
1 file changed
deepcrawl.code-workspace
@@ -26,6 +26,10 @@
26
"apps/**": true,
27
"packages/**": true
28
},
29
+ "editor.codeActionsOnSave": {
30
+ "source.organizeImports.biome": "explicit",
31
+ "source.fixAll.biome": "explicit"
32
+ },
33
"tailwindCSS.experimental.configFile": "./packages/ui/src/styles/globals.css"
34
}
35
0 commit comments