Files
metabuilder/.vscode/settings.json
johndoe6345789 75b67f8683 sync: align fat repo structure with metabuilder-small
Remove stale dirs/files superseded by metabuilder-small's reorganization:
- Old YAML entity/seed files (migrated to JSON)
- Root-level workflowui/ (moved to frontends/workflowui/)
- Prisma, Pyodide, old hooks, bun.lock artifacts
- Legacy scratch docs (txt/, docs/, deployment/*.md)
- Stale CI workflows consolidated in small

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 22:46:13 +00:00

83 lines
2.7 KiB
JSON

{
"cmake.sourceDirectory": "/Users/rmac/Documents/metabuilder/gameengine",
"chat.mcp.discovery.enabled": {
"claude-desktop": true,
"windsurf": true,
"cursor-global": true,
"cursor-workspace": true
},
"chat.mcp.gallery.enabled": true,
"inlineChat.enableV2": true,
"chat.allowAnonymousAccess": false,
"chat.mcp.assisted.nuget.enabled": true,
"inlineChat.notebookAgent": true,
"github.copilot.chat.acceptSuggestionsWithEnter": true,
"github.copilot.enable": {
"*": true
},
"editor.inlineSuggest.enabled": true,
"chat.experimental.yolo": true,
"github.copilot.chat.agent.autoApprove": true,
"chat.tools.autoApprove": true,
"python-envs.defaultEnvManager": "ms-python.python:system",
"python-envs.pythonProjects": [],
"chat.mcp.serverSampling": {
"metabuilder/.vscode/mcp.json: codebase-context": {
"allowedModels": [
"copilot/claude-sonnet-4.5",
"copilot/auto",
"copilot/claude-haiku-4.5",
"copilot/claude-opus-41",
"copilot/claude-opus-4.5",
"copilot/claude-sonnet-4",
"copilot/gemini-2.5-pro",
"copilot/gemini-3-flash-preview",
"copilot/gemini-3-pro-preview",
"copilot/gpt-4.1",
"copilot/gpt-4o",
"copilot/gpt-5",
"copilot/gpt-5-mini",
"copilot/gpt-5-codex",
"copilot/gpt-5.1",
"copilot/gpt-5.1-codex",
"copilot/gpt-5.1-codex-max",
"copilot/gpt-5.1-codex-mini",
"copilot/gpt-5.2",
"copilot/grok-code-fast-1",
"copilot/oswe-vscode-prime"
]
}
},
"chat.tools.urls.autoApprove": {
"http://localhost:*": true,
"http://127.0.0.1:*": true,
"https://localhost:*": true,
"https://github.com/rmac/*": true,
"https://api.github.com/*": true,
"https://docs.github.com/*": true,
"https://www.npmjs.com/*": true,
"https://registry.npmjs.org/*": true
},
"claudeCode.allowDangerouslySkipPermissions": true,
"claudeCode.initialPermissionMode": "bypassPermissions",
"files.watcherExclude": {
"**/node_modules/**": true,
"**/.git/**": true,
"**/build/**": true,
"**/_build/**": true,
"**/dist/**": true,
"**/playwright-report/**": true,
"**/test-results/**": true,
"**/.next/**": true,
"**/coverage/**": true
},
"search.exclude": {
"**/node_modules": true,
"**/build": true,
"**/_build": true,
"**/dist": true,
"**/.git": true,
"**/playwright-report": true,
"**/test-results": true
}
}