This commit is contained in:
Joao Moreno
2018-02-22 10:22:10 +01:00
parent 03f92dde0a
commit ca58c21bfc
9 changed files with 16 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
'use strict';
import { Model } from './model';
import { SourceControlInputBox, Uri } from 'vscode';
import { Uri } from 'vscode';
export interface InputBox {
value: string;