Files
bDS/.vscode/settings.json
Georg Bauer 4f9be93c6d Feature/worker threads generation (#43)
* Add worker threads architecture plan for blog generation

* fix: tries to optimize rendering, still slow

* feat: moved site rendering into web worker

* fix: calendar grabs from central data source for calendar

* fix: feeds now use blog language content and not canonical content

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-09 22:49:25 +01:00

16 lines
325 B
JSON

{
"chat.tools.terminal.autoApprove": {
"npx vitest": true,
"npx tsc": true,
"git remote": true,
"npx asar": true,
"npx tsx": true,
"gh": true,
"git add": true,
"git commit": true,
"git push": true,
"uniq": true,
"diff": true
}
}