vs code optimize for Python development

gpm and git plugging integrate in vs-code

phillips@phillips-ThinkPad-T420:~/gpm/22.21.1/home/git/automation$ more .vscode/settings.json
{
“name”: “Python”,
“type”: “python”,
“request”: “launch”,
“stopOnEntry”: false,
“python.pythonPath”: “/usr/bin/python3”,
“env”: {“PYTHONPATH”:”${workspaceRoot}”},
“envFile”: “${workspaceRoot}/.env”,
“program”: “${file}”,
“cwd”: “${workspaceRoot}”,
“console”: “integratedTerminal”,
“python.envFile”: “${workspaceFolder}/.env”
}

phillips@phillips-ThinkPad-T420:~/gpm/22.21.1/home/git/automation$ more .env
PYTHONPATH=obd