agent-app / agent-app.code-workspace
ganeshkota's picture
Add VS Code workspace file
177badb
Raw
History Blame Contribute Delete
138 Bytes
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.defaultInterpreterPath": "${workspaceFolder}/.venv"
}
}