mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Update vscode workspce (#199)
- add recommended extensions - set python interpreter path for all python projects to be venv/bin/python - update project structure in workspace - rename project file from gatewa -> archgw
This commit is contained in:
parent
c6ba28dfcc
commit
28421353fd
4 changed files with 22 additions and 16 deletions
3
arch/tools/.vscode/settings.json
vendored
Normal file
3
arch/tools/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
||||
}
|
||||
|
|
@ -5,19 +5,11 @@
|
|||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "common",
|
||||
"path": "crates/common"
|
||||
"name": "crates",
|
||||
"path": "crates"
|
||||
},
|
||||
{
|
||||
"name": "prompt_gateway",
|
||||
"path": "crates/prompt_gateway"
|
||||
},
|
||||
{
|
||||
"name": "llm_gateway",
|
||||
"path": "crates/llm_gateway"
|
||||
},
|
||||
{
|
||||
"name": "arch/tools",
|
||||
"name": "archgw_cli",
|
||||
"path": "arch/tools"
|
||||
},
|
||||
{
|
||||
|
|
@ -36,10 +28,15 @@
|
|||
"name": "demos/insurance_agent",
|
||||
"path": "./demos/insurance_agent",
|
||||
},
|
||||
{
|
||||
"name": "demos/function_calling/api_server",
|
||||
"path": "./demos/function_calling/api_server",
|
||||
},
|
||||
],
|
||||
"settings": {}
|
||||
"settings": {
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"ms-python.debugpy",
|
||||
"rust-lang.rust-analyzer",
|
||||
"humao.rest-client"
|
||||
]
|
||||
}
|
||||
}
|
||||
3
chatbot_ui/.vscode/settings.json
vendored
Normal file
3
chatbot_ui/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
||||
}
|
||||
3
model_server/.vscode/settings.json
vendored
Normal file
3
model_server/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue