scrapes from all open tabs.
This commit is contained in:
@@ -18,6 +18,26 @@
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"eslint.validate": ["javascript", "typescript"],
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"claudeCode.environmentVariables": [
|
||||
|
||||
|
||||
{
|
||||
"name":"ANTHROPIC_BASE_URL",
|
||||
"value":"http://192.168.1.109:11434"
|
||||
},
|
||||
{
|
||||
"name":"ANTHROPIC_AUTH_TOKEN",
|
||||
"value":"ollama"
|
||||
},
|
||||
{
|
||||
"name":"ANTHROPIC_API_KEY",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name":"ANTHROPIC_MODEL",
|
||||
"value": "qwen3.6"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user