mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
56 lines
1.1 KiB
Text
56 lines
1.1 KiB
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "root",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "crates",
|
|
"path": "crates"
|
|
},
|
|
{
|
|
"name": "archgw_cli",
|
|
"path": "arch/tools"
|
|
},
|
|
{
|
|
"name": "model_server",
|
|
"path": "model_server"
|
|
},
|
|
{
|
|
"name": "tests_e2e",
|
|
"path": "tests/e2e"
|
|
},
|
|
{
|
|
"name": "tests_archgw",
|
|
"path": "tests/archgw"
|
|
},
|
|
{
|
|
"name": "tests_modelserver",
|
|
"path": "tests/modelserver"
|
|
},
|
|
{
|
|
"name": "chatbot_ui",
|
|
"path": "demos/shared/chatbot_ui"
|
|
}
|
|
],
|
|
"settings": {
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true
|
|
},
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"eamodio.gitlens",
|
|
"esbenp.prettier-vscode",
|
|
"github.copilot",
|
|
"github.vscode-pull-request-github",
|
|
"humao.rest-client",
|
|
"ms-python.black-formatter",
|
|
"ms-python.debugpy",
|
|
"ms-python.python",
|
|
"rust-lang.rust-analyzer",
|
|
"tamasfe.even-better-toml",
|
|
]
|
|
}
|
|
}
|