We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee16efd + 1b5bc31 commit 28bc969Copy full SHA for 28bc969
.vscode/extensions.json
@@ -1 +1,8 @@
1
-{ "recommendations": ["esbenp.prettier-vscode", "EditorConfig.EditorConfig"] }
+{
2
+ "recommendations": [
3
+ "dbaeumer.vscode-eslint",
4
+ "esbenp.prettier-vscode",
5
+ "orta.vscode-jest",
6
+ "editorconfig.editorconfig"
7
+ ]
8
+}
0 commit comments