1
0
Fork 0
php-language-server/.vscode/settings.json

8 lines
171 B
JSON
Raw Normal View History

// Place your settings in this file to overwrite default and user settings.
{
2017-06-19 22:30:47 +00:00
"search.exclude": {
"**/validation": true,
"**/tests/Validation/cases": true
}
2017-06-19 22:27:52 +00:00
}