File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import * as git from '../../git'
33const loadCommits = async ( commits : string [ ] ) : Promise < void > => {
44 if ( commits ) {
55 // load the current list of commits for validation
6- const currentCommits : string [ ] = await git . loadCommitHistory ( )
76 for ( const commit of commits ) {
87 await git . loadCommit ( commit )
98 }
Original file line number Diff line number Diff line change 11import { join } from 'path'
22import * as vscode from 'vscode'
3- import { COMMANDS } from '../../../commands'
43
54const openFiles = async ( files : string [ ] = [ ] ) : Promise < void > => {
65 if ( ! files . length ) {
Original file line number Diff line number Diff line change 1- import * as T from 'typings'
21import { exec } from '../../node'
32import { send } from '../../../commands'
43
You can’t perform that action at this time.
0 commit comments