chore: Update VSCode settings for new source directory and model configurations

This commit is contained in:
2026-01-02 12:55:53 +00:00
parent e22b801f37
commit 97d7e8417d

124
.vscode/settings.json vendored
View File

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