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:
Adil Hafeez 2024-10-18 12:57:58 -07:00 committed by José Ulises Niño Rivera
parent 770ffc11cb
commit 32eeddade3
4 changed files with 22 additions and 16 deletions

3
model_server/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
}