Add path to LogOptions (#97693)

Part of microsoft/vscode-pull-request-github#1781
This commit is contained in:
Alex Ross
2020-05-13 16:04:28 +02:00
committed by GitHub
parent 640b3d10fe
commit 3da22e920b
2 changed files with 4 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ export interface RepositoryUIState {
export interface LogOptions {
/** Max number of log entries to retrieve. If not specified, the default is 32. */
readonly maxEntries?: number;
readonly path?: string;
}
export interface CommitOptions {