wishthis/workspace.code-workspace
2022-04-05 10:11:54 +02:00

22 lines
336 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"php-docblocker.author": {
"name": "Jay Trees",
"email": "github.jay@grandel.anonaddy.me"
},
"git.ignoreLimitWarning": true,
"files.exclude": {
"**/translations": true
}
},
"extensions": {
"recommendations": [
"TheJltres.fomantic-ui-snippets"
]
}
}