Skip to content

Conversation

@hudsonbrendon
Copy link

This pr adds the following features:

  • Automatic discovery and execution of tests directly in the vscode interface (with coverage);
  • Automatic formatting of python files with ruff in pre-save;
  • Automatic recommendation in vscode of extensions.

Copy link
Member

@YuriiMotov YuriiMotov left a comment

Choose a reason for hiding this comment

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

@hudsonbrendon, thanks for your interest!

Adding recommended VSCode extensions is addressed in this PR: https://github.com/fastapi/full-stack-fastapi-template/pull/1386/files

Enabling editor.formatOnSave is quite controversial - I personally prefer to trigger it manually using hotkey when needed.

As for "Automatic discovery and execution of tests directly in the vscode interface (with coverage)" - the configuration seems to be invalid. Also, .vscode directory is currently in .gitignore

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants