plano/model_server/.vscode/settings.json
Adil Hafeez 7863298b68 Update vscode workspce
- 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
2024-10-18 12:50:03 -07:00

3 lines
77 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
}