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

Add VS Codium/VS Code configuration #14

Merged
merged 2 commits into from
May 3, 2024
Merged

Conversation

matthieucan
Copy link
Contributor

This allows developers running VS Codium or VS Code to have some pre-configured automations:

  • Execute dbt-score on the test data in a terminal
  • Run unit tests
  • Run tasks: ruff, mypy, mkdocs

@matthieucan matthieucan self-assigned this Apr 24, 2024
@matthieucan matthieucan changed the title Add Codeium/VS Code configuration Add VS Codium/VS Code configuration Apr 24, 2024
Copy link
Contributor

@jochemvandooren jochemvandooren left a comment

Choose a reason for hiding this comment

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

Nice, I will have to start using vscode now

"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
Copy link
Contributor

Choose a reason for hiding this comment

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

🤩

@matthieucan
Copy link
Contributor Author

Nice, I will have to start using vscode now

Works with ed ;)

@matthieucan matthieucan merged commit 079a941 into master May 3, 2024
2 checks passed
@matthieucan matthieucan deleted the matthieucan/vscodium branch May 3, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants