wishthis/workspace.code-workspace

18 lines
249 B
Text
Raw Normal View History

2021-11-12 15:23:48 +00:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"php-docblocker.author": {
"name": "Jay Trees",
"email": "github.jay@grandel.anonaddy.me"
2022-01-26 12:06:36 +00:00
},
2022-01-26 12:55:20 +00:00
"git.ignoreLimitWarning": true,
2022-01-26 12:06:36 +00:00
"search.exclude": {
"**/semantic": true
2021-11-12 15:23:48 +00:00
}
}
}