plano/model_server/.vscode/settings.json
Adil Hafeez 32eeddade3 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
2024-10-18 16:25:49 -04:00

3 lines
77 B
JSON

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