Skip to content

Instantly share code, notes, and snippets.

@dannyhvc
Last active April 13, 2022 16:42
Show Gist options
  • Save dannyhvc/a0d5f359817cf654b641e7adb8dbdaff to your computer and use it in GitHub Desktop.
Save dannyhvc/a0d5f359817cf654b641e7adb8dbdaff to your computer and use it in GitHub Desktop.
Python ENV VARS
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"env": { "PYTHONPATH": "${workspaceRoot}" }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment