We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8823ef2 commit 92550bfCopy full SHA for 92550bf
.vscode/extensions.json
@@ -0,0 +1,6 @@
1
+{
2
+ "recommendations": [
3
+ "pickier.pickier-vscode",
4
+ "streetsidesoftware.code-spell-checker"
5
+ ]
6
+}
.vscode/settings.json
@@ -0,0 +1,12 @@
+ // Use pickier as the default formatter
+ "prettier.enable": false,
+ "biome.enabled": false,
+ "editor.formatOnSave": true,
+ "editor.defaultFormatter": "pickier.pickier-vscode",
7
+ // Auto fix
8
+ "editor.codeActionsOnSave": {
9
+ "source.fixAll": "explicit",
10
+ "source.organizeImports": "never"
11
+ },
12
0 commit comments