SCM - Source Control Graph view (#226250)

* Added the new view

* Add support for getting N number of commits

* Added view title actions

* More work to enable view/repository actions

* Expand the view by default, and always show the last N commits

* Add context menu actions

* Improve actions

* Basic infinite scrolling implemented

* Better implementation using --skip instead of a cursor

* Do not refresh graph when pressing Refresh

* Refactor load more/caching

* Rename the view

* Add support for the find widget
This commit is contained in:
Ladislau Szomoru
2024-08-22 15:54:22 +02:00
committed by GitHub
parent c6cd724fbc
commit 557228e262
19 changed files with 939 additions and 29 deletions

View File

@@ -0,0 +1,7 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// empty placeholder declaration for the `scm/history/title`-menu contribution point
// https://github.com/microsoft/vscode/issues/226144