Skip to content

Fix compilation errors #6

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

Merged
merged 4 commits into from
May 24, 2023
Merged

Fix compilation errors #6

merged 4 commits into from
May 24, 2023

Conversation

paulacamargo25
Copy link
Contributor

No description provided.

@paulacamargo25 paulacamargo25 self-assigned this May 19, 2023
@@ -25,12 +25,12 @@ export async function buildFastAPILaunchDebugConfiguration(
type: DebuggerTypeName,
request: 'launch',
module: 'uvicorn',
args: ['main:app'],
args: ['main:app', '--reload'],
Copy link
Member

Choose a reason for hiding this comment

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

what does --reload do for the launch args? Does it only effect dev mode or prod too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a fastApi flag, allows it to be reloaded when you make any changes to the files.

@paulacamargo25 paulacamargo25 merged commit 0b20b03 into main May 24, 2023
@paulacamargo25 paulacamargo25 deleted the Fix-compilation-errors branch May 24, 2023 23:52
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