mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix compile error
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user