mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
- 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
3 lines
77 B
JSON
3 lines
77 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
|
}
|