Skip to content

Document debugging on VS Code#19

Open
duarte-pompeu wants to merge 1 commit into
mainfrom
vscode
Open

Document debugging on VS Code#19
duarte-pompeu wants to merge 1 commit into
mainfrom
vscode

Conversation

@duarte-pompeu

Copy link
Copy Markdown
Owner

No description provided.

Comment thread README.md
Comment on lines +70 to +83
"version": "0.2.0",
"configurations": [
{
"name": "Python: Main",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/app/main.py",
"console": "integratedTerminal",
"env": {
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
}
}
]
}

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing envfile?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant