- Open VS Code
- Press ctrl+shift+P and start typing "user settings json".
- Choose the "Preferences: User Settings (JSON)" option.
- Paste the following content in as a top level key in the json:
"claudeCode.environmentVariables": [
{ "name": "ANTHROPIC_AUTH_TOKEN", "value": "sk-your-key" },
{ "name": "ANTHROPIC_BASE_URL", "value": "https://llm-proxy.apps.paas02-t.ilstu.edu/" },
{ "name": "CLAUDE_CODE_USE_BEDROCK", "value": "0" },