mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 01:12:58 +00:00
💄
This commit is contained in:
parent
6d2598ad88
commit
811a6be05b
1 changed files with 0 additions and 1 deletions
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { Uri, SourceControlInputBox, Event, CancellationToken } from 'vscode';
|
||||
import * as cp from 'child_process';
|
||||
|
||||
export interface Git {
|
||||
readonly path: string;
|
||||
|
|
Loading…
Reference in a new issue