Skip to content

Commit

Permalink
Remove tests from .vscode-template/settings.json
Browse files Browse the repository at this point in the history
This settings is not only for code search, but also for "ctrl+P" (the
quick goto file menu), so having tests there makes its anoying to open
test files.
  • Loading branch information
OlivierBlanvillain committed Feb 8, 2019
1 parent f31a876 commit 2f0d939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode-template/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"**/*.class": true,
"**/*.hasTasty": true,
"**/target/": true,
"tests/": true,
"community-build/community-projects": true
}
}

0 comments on commit 2f0d939

Please sign in to comment.