Skip to content

Commit cb00fc2

Browse files
authored
Backport "Ignore tests/pos-with-compiler-cc/dotc in VS Code search" to LTS (#18970)
Backports #17619 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents 540f9fa + fc6db71 commit cb00fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode-template/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"**/*.class": true,
1010
"**/*.tasty": true,
1111
"**/target/": true,
12-
"community-build/community-projects": true
12+
"community-build/community-projects": true,
13+
"tests/pos-with-compiler-cc/dotc/**/*.scala": true
1314
}
1415
}

0 commit comments

Comments
 (0)