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

Updates streamline collaboration usage triggers #3735

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

nzaytsev
Copy link
Contributor

Description

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

@nzaytsev nzaytsev requested a review from d13 November 13, 2024 04:02
@@ -171,6 +171,7 @@ export const enum Commands {
ShowCommitsView = 'gitlens.showCommitsView',
ShowContributorsView = 'gitlens.showContributorsView',
ShowDraftsView = 'gitlens.showDraftsView',
FocusDraftsView = 'gitlens.views.drafts.focus',
Copy link
Member

@d13 d13 Nov 13, 2024

Choose a reason for hiding this comment

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

FocusDraftsView command is no longer used in the walkthrough

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

`command:${Commands.ShowPatchDetailsPage}:executed`,
`command:${Commands.CreateCloudPatch}:executed`,
`command:${Commands.CreatePatch}:executed`,
`command:${Commands.FocusDraftsView}:executed`,
Copy link
Member

@d13 d13 Nov 13, 2024

Choose a reason for hiding this comment

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

FocusDraftsView command is no longer used in the walkthrough

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@nzaytsev nzaytsev force-pushed the bugs/update-streamline-collaboration-usage-triggers branch from f9d3e64 to f60fe59 Compare November 13, 2024 08:24
@nzaytsev nzaytsev force-pushed the bugs/update-streamline-collaboration-usage-triggers branch from f60fe59 to 980d829 Compare November 13, 2024 08:24
@nzaytsev nzaytsev merged commit 4cd3a11 into main Nov 13, 2024
2 checks passed
@nzaytsev nzaytsev deleted the bugs/update-streamline-collaboration-usage-triggers branch November 13, 2024 08:25
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