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 e99b365 commit fcd177aCopy full SHA for fcd177a
.gitignore
@@ -24,8 +24,14 @@ yarn-error.log*
24
25
.eslintcache
26
27
-# jetbrains tools
+# IDE
28
.idea
29
+.vscode/*
30
+!.vscode/settings.json.default
31
+!.vscode/tasks.json
32
+!.vscode/launch.json
33
+!.vscode/extensions.json
34
+!.vscode/*.code-snippets
35
36
# TypeScript cache
37
tsconfig.base.tsbuildinfo%
.vscode/settings.json renamed to .vscode/settings.json.default
@@ -7,5 +7,5 @@
7
"out": true // set this to false to include "out" folder in search results
8
},
9
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10
- "typescript.tsc.autoDetect": "off"
+ "typescript.tsc.autoDetect": "off",
11
}
0 commit comments