19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"$docs": "https://code.claude.com/docs/en/settings",
|
|
"env": {
|
|
"ENABLE_CLAUDEAI_MCP_SERVERS": "false",
|
|
"CLAUDE_CODE_NO_FLICKER": "1",
|
|
"CLAUDE_CODE_DISABLE_MOUSE": "1"
|
|
},
|
|
"feedbackSurveyRate": 0,
|
|
"effortLevel": "high",
|
|
"awaySummaryEnabled": false,
|
|
"showClearContextOnPlanAccept": true,
|
|
"disableAutoMode": "disable",
|
|
"attribution": {
|
|
"commit": "",
|
|
"pr": ""
|
|
}
|
|
}
|