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 fd61bc9 commit ba84ba3Copy full SHA for ba84ba3
.gitignore
@@ -4,6 +4,7 @@
4
/node_modules
5
/.env
6
/.nyc_output
7
+/.vscode
8
9
# We're a library, so please, no lock files
10
/package-lock.json
@@ -15,3 +16,4 @@
15
16
!/lib/types/**/*.d.ts
17
18
# Library specific ones
19
+!/.vscode/extensions.json
.vscode/extensions.json
@@ -0,0 +1,10 @@
1
+{
2
+ "recommendations": [
3
+ "ryanluker.vscode-coverage-gutters",
+ "hbenl.vscode-test-explorer",
+ "hbenl.vscode-mocha-test-adapter",
+ "dbaeumer.vscode-eslint",
+ "gruntfuggly.todo-tree",
+ "editorconfig.editorconfig"
+ ]
+}
0 commit comments