plano/arch/tools/.vscode/settings.json
Adil Hafeez 28421353fd
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 12:57:58 -07:00

3 lines
77 B
JSON

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