mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
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:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -147,6 +147,7 @@ export interface LogOptions {
|
||||
readonly author?: string;
|
||||
readonly refNames?: string[];
|
||||
readonly maxParents?: number;
|
||||
readonly skip?: number;
|
||||
}
|
||||
|
||||
export interface CommitOptions {
|
||||
|
||||
Reference in New Issue
Block a user