2024-07-11 17:24:35 +00:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
2024-09-23 19:44:56 +00:00
|
|
|
"name": "frontend",
|
|
|
|
"path": "../autogpt_platform/frontend"
|
2024-07-11 17:24:35 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-23 19:44:56 +00:00
|
|
|
"name": "backend",
|
|
|
|
"path": "../autogpt_platform/backend"
|
2024-07-11 17:24:35 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "market",
|
|
|
|
"path": "../autogpt_platform/market"
|
2024-07-11 17:24:35 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "lib",
|
|
|
|
"path": "../autogpt_platform/autogpt_libs"
|
2024-07-11 17:24:35 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "infra",
|
|
|
|
"path": "../autogpt_platform/infra"
|
2024-07-11 17:24:35 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "docs",
|
|
|
|
"path": "../docs"
|
2024-07-11 17:24:35 +00:00
|
|
|
},
|
2024-09-23 19:44:56 +00:00
|
|
|
|
2024-08-05 14:51:17 +00:00
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "classic - autogpt",
|
|
|
|
"path": "../classic/original_autogpt"
|
2024-08-05 14:51:17 +00:00
|
|
|
},
|
2024-08-30 18:20:59 +00:00
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "classic - benchmark",
|
|
|
|
"path": "../classic/benchmark"
|
2024-08-30 18:20:59 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "classic - forge",
|
|
|
|
"path": "../classic/forge"
|
2024-08-30 18:20:59 +00:00
|
|
|
},
|
2024-07-11 17:24:35 +00:00
|
|
|
{
|
2024-09-20 14:50:43 +00:00
|
|
|
"name": "classic - frontend",
|
|
|
|
"path": "../classic/frontend"
|
|
|
|
},
|
2024-09-23 19:44:56 +00:00
|
|
|
{
|
|
|
|
"name": "[root]",
|
|
|
|
"path": ".."
|
|
|
|
}
|
2024-07-11 17:24:35 +00:00
|
|
|
],
|
2024-07-25 11:25:56 +00:00
|
|
|
"settings": {
|
2024-08-05 14:51:17 +00:00
|
|
|
"python.analysis.typeCheckingMode": "basic"
|
2024-07-25 11:25:56 +00:00
|
|
|
},
|
2024-07-11 17:24:35 +00:00
|
|
|
"extensions": {
|
|
|
|
"recommendations": [
|
|
|
|
"charliermarsh.ruff",
|
|
|
|
"dart-code.flutter",
|
|
|
|
"ms-python.black-formatter",
|
|
|
|
"ms-python.vscode-pylance",
|
|
|
|
"prisma.prisma",
|
|
|
|
"qwtel.sqlite-viewer"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|