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

show release message once per workspace #756

Merged
merged 3 commits into from
Aug 24, 2021

Conversation

connectdotz
Copy link
Collaborator

fix #755

@coveralls
Copy link

coveralls commented Aug 23, 2021

Pull Request Test Coverage Report for Build 1163313480

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 94.257%

Totals Coverage Status
Change from base Build 1154070751: 0.01%
Covered Lines: 2464
Relevant Lines: 2562

💛 - Coveralls

@connectdotz
Copy link
Collaborator Author

@garyking feel free to review the PR so we can push it out sooner. Thx.

Comment on lines 290 to 299
if (value === 'Show Test Explorer') {
vscode.commands.executeCommand('workbench.view.testing.focus');
} else {
vscode.commands.executeCommand(
'vscode.open',
vscode.Uri.parse(
'https://github.com/jest-community/vscode-jest/blob/master/README.md#how-to-use-the-test-explorer'
)
);
}
Copy link

Choose a reason for hiding this comment

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

As mentioned in #755 this should exit out early if the value returned is undefined so that when the user dismisses the prompt it doesn't open the readme

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

indeed!

@connectdotz connectdotz merged commit deac4f4 into jest-community:master Aug 24, 2021
@connectdotz connectdotz deleted the release-message branch August 24, 2021 16:17
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
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.

Stop message from appearing every time I open a workspace
3 participants