We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36046e commit 0fd8724Copy full SHA for 0fd8724
.vscode/extensions.json
@@ -2,6 +2,10 @@
2
"recommendations": [
3
"streetsidesoftware.code-spell-checker",
4
"editorconfig.editorconfig",
5
- "foxundermoon.shell-format"
+ "foxundermoon.shell-format",
6
+ "ms-vscode.vscode-typescript-next",
7
+ ],
8
+ "unwantedRecommendations": [
9
+ "esbenp.prettier-vscode",
10
]
-}
11
+}
0 commit comments