vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Implement walkthrough state provider

Open nzaytsev opened this issue 1 year ago • 0 comments

Description

  • Map usage tracker data to context to automatically set walkthrough checkboxes
  • Adds progress line and badge to home view

Screenshot 2024-10-17 at 11 02 14

The feature is disabled. To enable use setting flag gitlens.test.newWalkthrough

Checklist

  • [x] I have followed the guidelines in the Contributing document
  • [x] My changes follow the coding style of this project
  • [x] My changes build without any errors or warnings
  • [x] My changes have been formatted and linted
  • [ ] My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • [x] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • [x] 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 avatar Oct 09 '24 08:10 nzaytsev