wishthis/workspace.code-workspace
2022-01-26 13:55:20 +01:00

17 lines
249 B
Text

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