We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aaec8 commit c47f7e0Copy full SHA for c47f7e0
.vscode-template/settings.json
@@ -9,6 +9,7 @@
9
"**/*.class": true,
10
"**/*.tasty": true,
11
"**/target/": true,
12
- "community-build/community-projects": true
+ "community-build/community-projects": true,
13
+ "tests/pos-with-compiler-cc/dotc/**/*.scala": true
14
}
15
0 commit comments