wishthis/workspace.code-workspace
2022-03-25 10:30:42 +01:00

19 lines
283 B
Text

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