mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"cmake.sourceDirectory": "/Users/rmac/Documents/GitHub/metabuilder/dbal/cpp",
|
|
"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
|
|
}
|
|
} |