VSCode: exclude catch/ from search

This commit is contained in:
Benoit Blanchon
2021-10-22 14:11:50 +02:00
parent e4658e963f
commit 7f5497db55

View File

@ -15,5 +15,8 @@
"xlocnum": "cpp",
"xloctime": "cpp",
"xstring": "cpp"
},
"search.exclude": {
"/extras/tests/catch/*": true
}
}