We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabecb2 commit 27caa0cCopy full SHA for 27caa0c
.vscode/extensions.json
@@ -4,9 +4,10 @@
4
5
// List of extensions which should be recommended for users of this workspace.
6
"recommendations": [
7
- "orta.vscode-jest",
8
- "andys8.jest-snippets",
9
- "dbaeumer.vscode-eslint"
+ "orta.vscode-jest",
+ "ryanluker.vscode-coverage-gutters",
+ "andys8.jest-snippets",
10
+ "dbaeumer.vscode-eslint"
11
],
12
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
13
"unwantedRecommendations": [
0 commit comments