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

Use plural form for reload projects command title #2612

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

jdneo
Copy link
Collaborator

@jdneo jdneo commented Aug 3, 2022

Use plural form here since now we support reload multiple projects when multiple projects exist in workspace.

Signed-off-by: sheche [email protected]

@rgrunber rgrunber added this to the End August 2022 milestone Aug 9, 2022
Copy link
Member

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

Looks good. Does this also apply to

const reloadProjectAction = new CodeAction("Reload project", CodeActionKind.QuickFix);
reloadProjectAction.command = {
title: "Reload Project",
?

Either way, feel free to merge if it doesn't, or once you modify the PR to address that also.

Signed-off-by: sheche <[email protected]>
@jdneo
Copy link
Collaborator Author

jdneo commented Aug 10, 2022

Thanks for notifying that. Let's keep singular for that case since it's updating the targeting project under that context.

@jdneo jdneo merged commit 63ee5b1 into redhat-developer:master Aug 10, 2022
@jdneo jdneo deleted the cs/wording branch August 10, 2022 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants