mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
* 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
8 lines
491 B
TypeScript
8 lines
491 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* 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
|