update vscode config item name (#81)

Identifier
anthropic.claude-code
Version
2.1.72
Last Updated
2 hours ago
Size
281.35MB
This commit is contained in:
Xi Gou
2026-03-11 21:32:20 +08:00
committed by GitHub
parent 2324be4989
commit 4ead059760
+1 -1
View File
@@ -158,7 +158,7 @@ That's it! Claude Code now uses your configured provider for free.
3. Click **Edit in settings.json** and add:
```json
"claude-code.environmentVariables": [
"claudeCode.environmentVariables": [
{ "name": "ANTHROPIC_BASE_URL", "value": "http://localhost:8082" },
{ "name": "ANTHROPIC_AUTH_TOKEN", "value": "freecc" }
]