* fix: correct typos in documentation and agent files Fix multiple instances of "assest" typo to "assets" in documentation Correct "quetsions" typo to "questions" in repository structure sections Add new words to cSpell dictionary in VS Code settings * feat(trae): add support for trae ide integration - Add trae guide documentation - Update installer to support trae configuration - Include trae in ide options and documentation references - Fix typo in architect agent documentation --------- Co-authored-by: Devin Stagner <devin@blackstag.family>
48 lines
923 B
JSON
48 lines
923 B
JSON
{
|
|
"chat.agent.enabled": true,
|
|
"chat.agent.maxRequests": 15,
|
|
"github.copilot.chat.agent.runTasks": true,
|
|
"chat.mcp.discovery.enabled": true,
|
|
"github.copilot.chat.agent.autoFix": true,
|
|
"chat.tools.autoApprove": false,
|
|
"cSpell.words": [
|
|
"Agentic",
|
|
"atlasing",
|
|
"Biostatistician",
|
|
"Cordova",
|
|
"customresourcedefinitions",
|
|
"dashboarded",
|
|
"Decisioning",
|
|
"eksctl",
|
|
"elicitations",
|
|
"filecomplete",
|
|
"fintech",
|
|
"fluxcd",
|
|
"gamedev",
|
|
"gitops",
|
|
"implementability",
|
|
"inclusivity",
|
|
"ingressgateway",
|
|
"istioctl",
|
|
"metroidvania",
|
|
"NACLs",
|
|
"nodegroup",
|
|
"platformconfigs",
|
|
"Playfocus",
|
|
"playtesting",
|
|
"pointerdown",
|
|
"pointerup",
|
|
"replayability",
|
|
"roguelike",
|
|
"roomodes",
|
|
"Runbook",
|
|
"runbooks",
|
|
"Shardable",
|
|
"Softlock",
|
|
"speedrunner",
|
|
"tekton",
|
|
"tilemap",
|
|
"tileset",
|
|
"VNET"
|
|
]
|
|
} |