We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5af92d commit c0e22f5Copy full SHA for c0e22f5
react.code-workspace
@@ -0,0 +1,29 @@
1
+{
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "extensions": {
8
+ "recommendations": [
9
+ "dbaeumer.vscode-eslint",
10
+ "editorconfig.editorconfig",
11
+ "esbenp.prettier-vscode",
12
+ "flowtype.flow-for-vscode"
13
14
+ },
15
+ "settings": {
16
+ "editor.formatOnSave": true,
17
+ "flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow",
18
+ "javascript.validate.enable": false,
19
+ "search.useIgnoreFiles": true,
20
+ "search.exclude": {
21
+ "**/dist/**": true,
22
+ "**/static/**": true,
23
+ "**/build/**": true,
24
+ "**/out/**": true,
25
+ "*.map": true,
26
+ "*.log": true,
27
28
29
+}
0 commit comments