wishthis/workspace.code-workspace

23 lines
336 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-04-05 08:11:54 +00:00
"git.ignoreLimitWarning": true,
"files.exclude": {
"**/translations": true
}
2022-03-25 09:30:42 +00:00
},
"extensions": {
"recommendations": [
"TheJltres.fomantic-ui-snippets"
]
2021-11-12 15:23:48 +00:00
}
}