- adds headings, and moves the majority of text content to the body of each step
- most steps now have a simple, one-line description
- adds "try now" section to premium feature walkthrough with a button to try
- adds and updates content in premium feature introduction step
- removes an unnecessary file
- adds new images to premium feature sections
- fixes side bar view images to be side-by-side
- in the last step of the getting started walkthrough, add image and a button that links to the premium feature walkthrough
- updates the old settings.png image with a new version
- adds a new image of the quick setup
- adds a note about worktrees not working on the web
Disallows deletes of main worktrees & handles errors if attempted
Disallows skip confirmation of worktree create
Fixes issues with worktree folder location choosing and creation
Forces prompting for worktree location by default
Adds new visited paths trie for fast lookup of seen paths (to avoid git calls)
Replaces the tracked cache with a paths trie
All tries are case aware based on os and scheme (if uri based)
Adds new detectNestedRepositories setting to improve performance
Automatically handles nested repos for open document and remaps paths
Reworks isTracked for perf & nested repo detection
Changes excludes to a Set for faster matching
Splits getRepository into get & create (also removes async for get)
Replaces repo path methods with repo versions (part of moving away from string paths)
Renames getRemotes to getRemotesWithProviders & getRemotesCore to getRemotes