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 b90c324 commit 227a102Copy full SHA for 227a102
.gitignore
@@ -22,9 +22,6 @@ project/local-plugins.sbt
22
# npm
23
node_modules
24
25
-# VS Code
26
-.vscode/
27
-
28
# Scala-IDE specific
29
.scala_dependencies
30
.cache
.vscode/settings.json
@@ -0,0 +1,10 @@
1
+// Place your settings in this file to overwrite default and user settings.
2
+{
3
+ "editor.tabSize": 2,
4
+ "editor.insertSpaces": true,
5
+
6
+ "search.exclude": {
7
+ "**/*.class": true,
8
+ "**/*.hasTasty": true
9
+ }
10
+}
0 commit comments