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

fix vitest in vscode #40

Merged
merged 2 commits into from
Dec 29, 2024
Merged

fix vitest in vscode #40

merged 2 commits into from
Dec 29, 2024

Conversation

davidhouweling
Copy link
Owner

Context

In VSCode, Vitest extension was having an issue starting up.

This was down to the aspect that the tsconfig.build.json was too inclusive and adding in a bunch of things it shouldn't, such as test files and the vitest config file.

This PR resolves that issue.

@@ -2,6 +2,5 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"vitest.shellType": "terminal",
Copy link
Owner Author

Choose a reason for hiding this comment

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

removing this as its actually a machine concern rather than an overall need for the repo.

Copy link

github-actions bot commented Dec 29, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 86.2% 1443 / 1674
🔵 Statements 86.2% 1443 / 1674
🔵 Functions 85.57% 89 / 104
🔵 Branches 88.54% 340 / 384
File CoverageNo changed files found.
Generated in workflow #39 for commit b331256 by the Vitest Coverage Report Action

@davidhouweling davidhouweling merged commit 7d2c24b into main Dec 29, 2024
4 checks passed
@davidhouweling davidhouweling deleted the fix-vitest-ide branch December 29, 2024 04:35
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