Issue #132 (Timeline View Settings)10/30/24
Fortune Favors The Bold
Ever wish you could turn back time and invest in Amazon's early days? Well, buckle up because the AI revolution is offering a second chance.
In The Motley Fool's latest report, dive into the world of AI-powered innovation. Discover why experts are calling it "the rocket fuel of AI" and predicting a market cap 41 times larger than Amazon's.
|
|
|
As you might know, VS Code offers a
Timeline panel that gives you quick access to Git commits you've made in your current workspace. This is similar to the
Local History feature, which isn't exactly the same. Local History gives you access to edits independent of source control. So it's good to keep both those in mind, depending on the type of project you're working on. Both are accessed in the Timeline panel view.
The Timeline panel itself has a few settings you can change to alter how it works, if you choose to do so. Search for the word "Timeline" in your settings to pull those up.
For example, you can enable the currently experimental
Page On Scroll feature, which essentially adds 'infinite scroll' to the Timeline panel.
Also, as shown above, you can define the page size of the Timeline view. Leaving it blank (i.e. null) means the page size is equal to the space available. In the above example I've chosen 10 items to show. This means, assuming I don't have the Page On Scroll feature enabled, when I click the "load more" option at the bottom of a page of results, it will load another 10 results.
You can also select what the date represents on items:
Committed date vs. Authored date.
And finally, two other settings allow you to
show/hide the author of the commit in the Timeline view and you can choose to
Show Uncommitted changes. Again, just search for Timeline to see all these settings.
If you want to make settings changes that are associated with the Local History feature, you can do that by searching for Local History in your settings (something I discussed back in issue 79).
Now on to this week's hand-picked links!