* 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>
16 lines
325 B
JSON
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
|
|
}
|
|
}
|