I was trying to see if I could get the claude code addon to run.
I edited the /data/vscode/User/settings.json file in the section "claudeCode.environmentVariables":
{
"claudeCode.environmentVariables": [
{
"name": "ANTHROPIC_API_KEY",
"value": "sk-ant-api03-xxx"
}
]
}
But upon starting, claude is complaining:
[error] Failed to load config cache: Error: Claude Code requires Node.js version 18 or higher to be installed.
Any solution to this or is the VS code addon really not meant to run addons like claude code on top?
I was trying to see if I could get the claude code addon to run.
I edited the
/data/vscode/User/settings.jsonfile in the section "claudeCode.environmentVariables":{ "claudeCode.environmentVariables": [ { "name": "ANTHROPIC_API_KEY", "value": "sk-ant-api03-xxx" } ] }But upon starting, claude is complaining:
Any solution to this or is the VS code addon really not meant to run addons like claude code on top?