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 28915c4 commit 5962acaCopy full SHA for 5962aca
.gitignore
@@ -24,7 +24,7 @@ local.sbt
24
node_modules
25
26
# VS Code
27
-.vscode/
+.vscode/launch.json
28
# Metals
29
.bloop/
30
.metals/
.vscode/settings.json
@@ -0,0 +1,15 @@
1
+{
2
+ "editor.tabSize": 2,
3
+ "editor.insertSpaces": true,
4
+ "files.trimTrailingWhitespace": true,
5
+ "search.exclude": {
6
+ "**/*.class": true,
7
+ "**/*.tasty": true,
8
+ "**/target/": true,
9
+ "community-build/community-projects": true,
10
+ "tests/pos-with-compiler-cc/dotc/**/*.scala": true
11
+ },
12
+ "files.watcherExclude": {
13
+ "**/target": true
14
+ }
15
+}
0 commit comments