wishthis/workspace.code-workspace
2022-01-26 13:06:36 +01:00

16 lines
215 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"php-docblocker.author": {
"name": "Jay Trees",
"email": "github.jay@grandel.anonaddy.me"
},
"search.exclude": {
"**/semantic": true
}
}
}