Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A working launch.json for Django in VSCode #446

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

wpfl-dbt
Copy link
Collaborator

Context

People using Django want to use the VSCode debugger. This enables it.

Changes proposed in this pull request

  • Add a user agnostic launch.json so people can debug

Guidance to review

  • Use .env.test + open AI key + EMAIL_FILE_PATH='/tmp/mail' to create django_app/.env
  • Run the debugger

Things to check

  • I have added any new ENV vars in all deployed environments
  • I have tested any code added or changed
  • I have run integration tests

Copy link
Contributor

@brunns brunns left a comment

Choose a reason for hiding this comment

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

I'm happy if you VSCode users are.

@wpfl-dbt wpfl-dbt merged commit 99a8b1c into main May 23, 2024
6 of 7 checks passed
@wpfl-dbt wpfl-dbt deleted the feature/vscode-launch branch May 31, 2024 11:43
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.

2 participants