[BUG] [VScode extension] Wrong schema for settings
Resolved 💬 5 comments Opened Nov 5, 2025 by programm-ingovals Closed Jan 13, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Settings in vscdeo extension Version 2.0.31
"claudeCode.environmentVariables": {
"ANTHROPIC_BASE_URL":
Gives the error that it expects an array, but using an array gives the error that it needs an object. I assume that VScode requires some schema for the settings for the extension and that schema is wrong.
What Should Happen?
Settings should be validate correctly.
Error Messages/Logs
Incorrect type. Expected "array".
Steps to Reproduce
Add env variables in VSCode extension.
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
na
Platform
AWS Bedrock
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗