fix compile error

This commit is contained in:
Benjamin Pasero
2017-03-14 11:33:16 +01:00
parent b41f18116f
commit 353123ed9e
4 changed files with 10 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ import { ICodeEditorService } from 'vs/editor/common/services/codeEditorService'
import { ITextSource } from 'vs/editor/common/model/textSource';
import { MainThreadDocumentsAndEditors } from './mainThreadDocumentsAndEditors';
import * as editorCommon from 'vs/editor/common/editorCommon';
import { ITextEditorModel } from "vs/workbench/common/editor";
import { ITextEditorModel } from 'vs/workbench/common/editor';
class TimeoutReference {