|
14 | 14 | }, |
15 | 15 | // ── Copilot & Chat ──────────────────────────────────────────────────────── |
16 | 16 | "chat.useNestedAgentsMdFiles": true, |
17 | | - "chat.mcp.gallery.enabled": true, |
18 | 17 | "chat.useAgentSkills": true, |
19 | 18 | "chat.customAgentInSubagent.enabled": true, |
20 | | - "chat.plugins.marketplaces": [ |
21 | | - "i-technology/itech-agents" |
22 | | - ], |
23 | 19 | "github.copilot.chat.cli.customAgents.enabled": true, |
24 | 20 | "github.copilot.chat.copilotMemory.enabled": true, |
25 | 21 | "github.copilot.chat.languageContext.inline.typescript.enabled": true, |
|
28 | 24 | "github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled": true, |
29 | 25 | "inlineChat.enableV2": true, |
30 | 26 | // ── Python: Interpreter & Environment ──────────────────────────────────── |
31 | | - "python.defaultInterpreterPath.osx": "${workspaceFolder}/.venv/bin/python", |
32 | | - "python.defaultInterpreterPath.linux": "${workspaceFolder}/.venv/bin/python", |
33 | | - "python.defaultInterpreterPath.windows": "${workspaceFolder}/.venv/Scripts/python.exe", |
| 27 | + // "python.defaultInterpreterPath.osx": "${workspaceFolder}/.venv/bin/python", |
| 28 | + // "python.defaultInterpreterPath.linux": "${workspaceFolder}/.venv/bin/python", |
| 29 | + // "python.defaultInterpreterPath.windows": "${workspaceFolder}/.venv/Scripts/python.exe", |
34 | 30 | "python.languageServer": "Pylance", |
35 | 31 | "python.missingPackage.severity": "Information", |
36 | 32 | "python.experiments.optInto": [], |
37 | 33 | // ── Python: Analysis (Pylance) ──────────────────────────────────────────── |
38 | 34 | // ⚠ CONFLICT: settings.old.json had "standard" — keeping current value "basic". |
39 | 35 | // Change to "standard" if stricter type-checking is desired project-wide. |
40 | | - "python.analysis.typeCheckingMode": "basic", |
| 36 | + "python.analysis.typeCheckingMode": "standard", |
41 | 37 | "python.analysis.languageServerMode": "full", |
42 | 38 | "python.analysis.aiHoverSummaries": true, |
43 | 39 | "python.analysis.autoFormatStrings": true, |
|
0 commit comments