We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf8115 commit 3c539d6Copy full SHA for 3c539d6
.gitignore
@@ -26,8 +26,8 @@ build/Release
26
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
27
node_modules
28
29
-# Remove some common IDE working directories
30
-.idea
31
-.vscode
+## Remove some common IDE working directories
+#.idea
+#.vscode
32
33
.DS_Store
.vscode/settings.json
@@ -0,0 +1,5 @@
1
+{
2
+ "npm.enableScriptExplorer": true,
3
+ "npm.packageManager": "npm",
4
+ "javascript.implicitProjectConfig.experimentalDecorators": true
5
+}
0 commit comments