Skip to content

Commit 5962aca

Browse files
committed
Add .vscode/settings.json
1 parent 28915c4 commit 5962aca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ local.sbt
2424
node_modules
2525

2626
# VS Code
27-
.vscode/
27+
.vscode/launch.json
2828
# Metals
2929
.bloop/
3030
.metals/

.vscode/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)