{
"editor.fontSize": 14.5,
"python.createEnvironment.trigger": "off",
"python.defaultInterpreterPath": "/usr/bin/python3",
"terminal.integrated.defaultProfile.osx": "zsh",
"editor.fontLigatures": false,
"editor.mouseWheelZoom": true,
"python.analysis.completeFunctionParens": true,
"editor.fontFamily": "Fira Code,Monaco, Source Code Pro, Menlo, 'Courier New', monospace, 'Jetbrains Mono'",
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": "never",
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off"
},
"terminal.integrated.fontSize": 13.5,
"workbench.colorTheme": "Quiet Light",
"Codegeex.Privacy": true,
"Codegeex.License": "",
"claudeCode.preferredLocation": "panel",
"claudeCode.environmentVariables": [
{
"name": "ANTHROPIC_BASE_URL",
"value": "https://www.nanmengai.cn"
},
{
"name": "ANTHROPIC_AUTH_TOKEN",
"value": "sk-Qd14uxZFTUCB****1Bmn"
},
{
"name": "ANTHROPIC_MODEL",
"value": "claude-opus-4-6"
}
],
"claudeCode.disableLoginPrompt": true,
"claudeCode.selectedModel": "claude-opus-4-6",
"workbench.editor.empty.hint": "hidden",
"chat.viewSessions.orientation": "stacked",
"explorer.confirmDelete": false
}