generated agent-1
This commit is contained in:
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@ -74,7 +74,17 @@
|
||||
// "kind": "build",
|
||||
// "isDefault": true
|
||||
// }
|
||||
// }
|
||||
|
||||
// },
|
||||
,
|
||||
{
|
||||
"label": "Activate Conda Env, Set ENV Variable, and Open Shell",
|
||||
"type": "shell",
|
||||
"command": "bash --init-file <(echo 'source ~/miniconda3/etc/profile.d/conda.sh && conda activate aider && export OPENAI_API_KEY=xxx && aider --no-auto-commits')",
|
||||
"problemMatcher": [],
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user