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

feat(cmd): Support watch command #10

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Conversation

AielloChan
Copy link
Contributor

Some time test need to run multiple times when file change.

@rluvaton
Copy link
Owner

rluvaton commented Mar 4, 2024

Thank you for your contribution

Can you please add a new CodeLens for watch mode in

new vscode.CodeLens(
new vscode.Range(start, end),
new RunVitestCommand(testNode.name, document.fileName)
),

so it can be visible in the UI?

@AielloChan
Copy link
Contributor Author

Sure, I added to the last (after debug command), so wont break user habit.

Copy link
Owner

@rluvaton rluvaton left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution

@rluvaton rluvaton merged commit 728655c into rluvaton:main Mar 5, 2024
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