mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
42 lines
711 B
Text
42 lines
711 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "root",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "crates",
|
|
"path": "crates"
|
|
},
|
|
{
|
|
"name": "archgw_cli",
|
|
"path": "arch/tools"
|
|
},
|
|
{
|
|
"name": "model_server",
|
|
"path": "model_server"
|
|
},
|
|
{
|
|
"name": "e2e_tests",
|
|
"path": "e2e_tests"
|
|
},
|
|
{
|
|
"name": "demos/weather_forecast",
|
|
"path": "./demos/weather_forecast",
|
|
},
|
|
{
|
|
"name": "demos/insurance_agent",
|
|
"path": "./demos/insurance_agent",
|
|
},
|
|
],
|
|
"settings": {
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"ms-python.python",
|
|
"ms-python.debugpy",
|
|
"rust-lang.rust-analyzer",
|
|
"humao.rest-client"
|
|
]
|
|
}
|
|
}
|